Makefile.inc 524 B

12345678910111213141516
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. PKG_NAME:= glibc
  4. ifeq ($(ADK_LIBC_VERSION),git)
  5. PKG_VERSION:= 2.24.90
  6. PKG_SITES:= git://sourceware.org/git/glibc.git
  7. PKG_RELEASE:= 1
  8. endif
  9. ifeq ($(ADK_TARGET_LIB_GLIBC_2_24),y)
  10. PKG_VERSION:= 2.24
  11. PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
  12. PKG_RELEASE:= 1
  13. PKG_HASH:= 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3
  14. endif
  15. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz