diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-14 01:18:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-14 01:18:44 +0000 |
commit | 54566e6f90dbe5ca89a7d8ddb5843ea406bc3cc4 (patch) | |
tree | 1cc2f47d0e0d4ed361525db43a3652022ce4e5bd /meta/packages/uclibc/uclibc_0.9.29.bb | |
parent | b0a6e92f31355dffd1515d9399d100289ebbce25 (diff) | |
download | poky-54566e6f90dbe5ca89a7d8ddb5843ea406bc3cc4.tar.gz |
uclibc: Sync patches with OE, fix KERNEL variables to match sysroot changes, add patch to fix alignment problems on armv5e devices
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3795 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/uclibc/uclibc_0.9.29.bb')
-rw-r--r-- | meta/packages/uclibc/uclibc_0.9.29.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/packages/uclibc/uclibc_0.9.29.bb b/meta/packages/uclibc/uclibc_0.9.29.bb index f00a347aa8..a458198e45 100644 --- a/meta/packages/uclibc/uclibc_0.9.29.bb +++ b/meta/packages/uclibc/uclibc_0.9.29.bb | |||
@@ -7,7 +7,7 @@ | |||
7 | # on whether the base patches apply to the selected (SRCDATE) svn release. | 7 | # on whether the base patches apply to the selected (SRCDATE) svn release. |
8 | # | 8 | # |
9 | UCLIBC_BASE ?= "0.9.29" | 9 | UCLIBC_BASE ?= "0.9.29" |
10 | PR = "r7" | 10 | PR = "r9" |
11 | 11 | ||
12 | require uclibc.inc | 12 | require uclibc.inc |
13 | 13 | ||
@@ -16,7 +16,13 @@ PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" | |||
16 | SRC_URI += "file://uClibc.machine file://uClibc.distro \ | 16 | SRC_URI += "file://uClibc.machine file://uClibc.distro \ |
17 | file://errno_values.h.patch;patch=1 \ | 17 | file://errno_values.h.patch;patch=1 \ |
18 | file://termios.h.patch;patch=1 \ | 18 | file://termios.h.patch;patch=1 \ |
19 | " | 19 | file://uClibc-0.9.29-001-fix-mmap.patch;patch=1 \ |
20 | file://uClibc-0.9.29-conditional-sched_affinity.patch;patch=1 \ | ||
21 | file://uClibc-0.9.29-fix-gethostent_r-failure-retval.patch;patch=1 \ | ||
22 | file://uClibc-0.9.29-fix-internal_function-definition.patch;patch=1 \ | ||
23 | file://uClibc-0.9.29-rm-whitespace.patch;patch=1 \ | ||
24 | file://arm_fix_alignment.patch;patch=1 \ | ||
25 | " | ||
20 | 26 | ||
21 | # mmap-unsigned-shift_bugid1303.patch | 27 | # mmap-unsigned-shift_bugid1303.patch |
22 | # http://uclibc.org/lists/uclibc-cvs/2007-May/011360.html;patch=1" | 28 | # http://uclibc.org/lists/uclibc-cvs/2007-May/011360.html;patch=1" |