| 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:= glibc
- ifeq ($(ADK_LIBC_VERSION),git)
- PKG_VERSION:= 2.44.90
- PKG_GLIBCVER:= 2.44.9000
- PKG_SITES:= https://sourceware.org/git/glibc.git
- PKG_RELEASE:= 1
- endif
- ifeq ($(ADK_TARGET_LIB_GLIBC_2_44),y)
- PKG_VERSION:= 2.44
- PKG_GLIBCVER:= 2.44
- PKG_RELEASE:= 1
- PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
- PKG_HASH:= 1217fc41ac7fb1f310c8c32b9c6c009cc769398d4b367b6aa57be0bb3ea8c1ef
- endif
- DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
|