diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
commit | ae63a4dad7b06af132c6ba5bdb5fb98b2231525a (patch) | |
tree | 62d8fae898721cffb503baa6c43ba795427045b9 /packages/uclibc/uclibc_0.9.29.bb | |
parent | 309c832c2c21ceb97fd589ebce8327d0d2bba731 (diff) | |
parent | 3c20604cd26ca8da11ac9afb669629c20355c4e4 (diff) |
merge of '0d3b0d788fccfc1c07e0da07e8f8596c062e2ef2'
and '8a4df13bdb5d6b154edb85a4b71e38ac457670a0'
Diffstat (limited to 'packages/uclibc/uclibc_0.9.29.bb')
-rw-r--r-- | packages/uclibc/uclibc_0.9.29.bb | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/packages/uclibc/uclibc_0.9.29.bb b/packages/uclibc/uclibc_0.9.29.bb index f521490863..90b52b3f8d 100644 --- a/packages/uclibc/uclibc_0.9.29.bb +++ b/packages/uclibc/uclibc_0.9.29.bb @@ -7,7 +7,7 @@ # on whether the base patches apply to the selected (SRCDATE) svn release. # UCLIBC_BASE ?= "0.9.29" -PR = "r25" +PR = "r26" DEFAULT_PREFERENCE = "1" require uclibc.inc @@ -15,23 +15,23 @@ require uclibc.inc PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" SRC_URI += "file://uClibc.machine file://uClibc.distro \ - file://errno_values.h.patch;patch=1 \ - file://termios.h.patch;patch=1 \ - file://unistd_arm.patch;patch=1 \ - file://build_wcs_upper_buffer.patch;patch=1 \ - file://uClibc-0.9.29-001-fix-mmap.patch;patch=1 \ - file://uClibc-0.9.29-002-atmel.1.patch;patch=1 \ - file://uClibc-0.9.29-avr32-fix-sa_onstack.patch;patch=1 \ - file://uClibc-0.9.29-conditional-sched_affinity.patch;patch=1 \ - file://uClibc-0.9.29-fix-gethostent_r-failure-retval.patch;patch=1 \ - file://uClibc-0.9.29-fix-internal_function-definition.patch;patch=1 \ - file://uClibc-0.9.29-rm-whitespace.patch;patch=1 \ - file://uClibc-0.9.29-avr32-bzero.patch;patch=1 \ - file://uClibc-0.9.29-nonposix_bashisms.patch;patch=1 \ - file://arm_fix_alignment.patch;patch=1 \ - file://uclibc-arm-ftruncate64.patch;patch=1 \ - file://uclibc-use-fgnu89-inline.patch;patch=1 \ - " + file://errno_values.h.patch;patch=1 \ + file://termios.h.patch;patch=1 \ + file://unistd_arm.patch;patch=1 \ + file://build_wcs_upper_buffer.patch;patch=1 \ + file://uClibc-0.9.29-001-fix-mmap.patch;patch=1 \ + file://uClibc-0.9.29-002-atmel.1.patch;patch=1 \ + file://uClibc-0.9.29-avr32-fix-sa_onstack.patch;patch=1 \ + file://uClibc-0.9.29-conditional-sched_affinity.patch;patch=1 \ + file://uClibc-0.9.29-fix-gethostent_r-failure-retval.patch;patch=1 \ + file://uClibc-0.9.29-fix-internal_function-definition.patch;patch=1 \ + file://uClibc-0.9.29-rm-whitespace.patch;patch=1 \ + file://uClibc-0.9.29-avr32-bzero.patch;patch=1 \ + file://uClibc-0.9.29-nonposix_bashisms.patch;patch=1 \ + file://arm_fix_alignment.patch;patch=1 \ + file://uclibc-arm-ftruncate64.patch;patch=1 \ + file://uclibc-use-fgnu89-inline.patch;patch=1 \ + " #recent versions uclibc require real kernel headers PACKAGE_ARCH = "${MACHINE_ARCH}" |