diff options
author | Geoffrey Wossum <gwossum@acm.org> | 2008-03-26 18:56:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-26 18:56:48 +0000 |
commit | dd67912889f4a30c7b3731c46183d0d843a2e133 (patch) | |
tree | 838370047159399c0040af41118121165f03f858 /packages | |
parent | 33dd96c46d47baed58577ff33e1c00cde38651b7 (diff) |
uclibc 0.9.29: Actually apply the uClibc-0.9.29 patch for the AVR32 bzero() issue
Diffstat (limited to 'packages')
-rw-r--r-- | packages/uclibc/uclibc_0.9.29.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/uclibc/uclibc_0.9.29.bb b/packages/uclibc/uclibc_0.9.29.bb index 08eac1b7f0..ac97cb9fd9 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 = "r11" +PR = "r12" require uclibc.inc @@ -23,8 +23,10 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \ 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 \ -" + " + # mmap-unsigned-shift_bugid1303.patch # http://uclibc.org/lists/uclibc-cvs/2007-May/011360.html;patch=1" |