blob: 71efc5f8237cfc10de5ee8e81dd7849177b1c89f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= uClibc-ng
ifeq ($(ADK_LIBC_VERSION),git)
PKG_VERSION:= git
PKG_RELEASE:= 1
PKG_SITES:= git://uclibc-ng.org/git/uclibc-ng
endif
ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_19),y)
PKG_VERSION:= 1.0.19
PKG_RELEASE:= 1
PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.19/
PKG_HASH:= b3f94d67e9afcefb158a37011584e0d41ef3bd55ad72255a26abb25ad49b77a1
endif
ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_18),y)
PKG_VERSION:= 1.0.18
PKG_RELEASE:= 1
PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.18/
PKG_HASH:= 5430bb3acde31d70db906be33e3e2a022beba42b50f2c56695d37344560e253f
endif
ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_17),y)
PKG_VERSION:= 1.0.17
PKG_RELEASE:= 1
PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.17/
PKG_HASH:= a2e7207634c19997e8b9f3e712182d80d42aaa85ce3462eff1a9bce812aaf354
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz
|