aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc_0.9.29.bb
blob: 829777b3467e30ac35e5c8461217050c585d9014 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# UCLIBC_BASE should be the latest released revision of uclibc (that way
# the config files will typically be correct!)  uclibc-cvs takes precedence
# over uclibc-${UCLIBC_BASE}, if a config file in uclibc-cvs is out of date
# try removing it
#
# UCLIBC_BASE can be set in a distro file, but whether this works depends
# on whether the base patches apply to the selected (SRCDATE) svn release.
#
UCLIBC_BASE ?= "0.9.29"

require uclibc-old.inc
PR = "${INC_PR}.0"

PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"

SRC_URI += "file://uClibc.machine file://uClibc.distro \
		file://errno_values.h.patch \
		file://termios.h.patch \
		file://unistd_arm.patch \
		file://build_wcs_upper_buffer.patch \
		file://uClibc-0.9.29-001-fix-mmap.patch \
		file://uClibc-0.9.29-002-atmel.1.patch \
		file://uClibc-0.9.29-avr32-fix-sa_onstack.patch \
		file://uClibc-0.9.29-conditional-sched_affinity.patch \
		file://uClibc-0.9.29-fix-gethostent_r-failure-retval.patch \
		file://uClibc-0.9.29-fix-internal_function-definition.patch \
		file://uClibc-0.9.29-rm-whitespace.patch \
		file://uClibc-0.9.29-avr32-bzero.patch \
		file://uClibc-0.9.29-nonposix_bashisms.patch \
		file://arm_fix_alignment.patch \
		file://uclibc-arm-ftruncate64.patch \
		file://uclibc-use-fgnu89-inline.patch \
		"

#recent versions uclibc require real kernel headers
PACKAGE_ARCH = "${MACHINE_ARCH}"

#as stated above, uclibc needs real kernel-headers
#however: we can't depend on virtual/kernel when nptl hits due to depends deadlocking ....
KERNEL_SOURCE = "${STAGING_DIR_HOST}/${exec_prefix}"

S = "${WORKDIR}/uClibc-${UCLIBC_BASE}"

SRC_URI[uClibc-0.9.29.md5sum] = "61dc55f43b17a38a074f347e74095b20"
SRC_URI[uClibc-0.9.29.sha256sum] = "ca70501ae859cd86b387bb196908838275b4b06e6f4d692f9aa51b8a633334a7"