| 123456789101112131415161718 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.PKG_NAME:=		glibcifeq ($(ADK_LIBC_VERSION),git)PKG_VERSION:=		2.42.90PKG_GLIBCVER:=		2.42.9000PKG_SITES:=		https://sourceware.org/git/glibc.gitPKG_RELEASE:=		1endififeq ($(ADK_TARGET_LIB_GLIBC_2_42),y)PKG_VERSION:=		2.42PKG_GLIBCVER:=		2.42PKG_RELEASE:=		1PKG_SITES:=		${MASTER_SITE_GNU:=glibc/}PKG_HASH:=		d4468d3e3267068c1b0623ca6424aac9a28766df774c8d8fb4978127fca7125aendifDISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.gz
 |