Makefile.inc 562 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:= uClibc-ng
  4. ifeq ($(ADK_LIBC_VERSION),git)
  5. PKG_VERSION:= git
  6. PKG_RELEASE:= 1
  7. PKG_SITES:= https://git.uclibc-ng.org/git/uclibc-ng.git
  8. endif
  9. ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_43),y)
  10. PKG_VERSION:= 1.0.43
  11. PKG_RELEASE:= 1
  12. PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.43/
  13. PKG_HASH:= 8c1f550f14728a9c06ff1fb3e85069f7f10f4d684b03e163f4d9d41727124047
  14. endif
  15. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz