Makefile.inc 1006 B

12345678910111213141516171819202122232425262728
  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:= git://uclibc-ng.org/git/uclibc-ng
  8. endif
  9. ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_19),y)
  10. PKG_VERSION:= 1.0.19
  11. PKG_RELEASE:= 1
  12. PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.19/
  13. PKG_HASH:= b3f94d67e9afcefb158a37011584e0d41ef3bd55ad72255a26abb25ad49b77a1
  14. endif
  15. ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_18),y)
  16. PKG_VERSION:= 1.0.18
  17. PKG_RELEASE:= 1
  18. PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.18/
  19. PKG_HASH:= 5430bb3acde31d70db906be33e3e2a022beba42b50f2c56695d37344560e253f
  20. endif
  21. ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_17),y)
  22. PKG_VERSION:= 1.0.17
  23. PKG_RELEASE:= 1
  24. PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.17/
  25. PKG_HASH:= a2e7207634c19997e8b9f3e712182d80d42aaa85ce3462eff1a9bce812aaf354
  26. endif
  27. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz