uclibc_svn: add unistd_arm.patch
authorHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 8 May 2008 21:08:08 +0000 (21:08 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 8 May 2008 21:08:08 +0000 (21:08 +0000)
* add the unistd_arm.patch to the svn-recipe too, is not fixed upstream yet
* bump pr

packages/uclibc/uclibc_svn.bb

index 23c828b..6d4132a 100644 (file)
@@ -8,7 +8,7 @@
 #
 UCLIBC_BASE ?= "0.9.29"
 PV = "${UCLIBC_BASE}+svnr${SRCREV}"
-PR = "r8"
+PR = "r9"
 DEFAULT_PREFERENCE  = "2"
 #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
 # precedence.
@@ -32,6 +32,7 @@ SRC_URI += "svn://uclibc.org/trunk;module=uClibc \
             file://errno_values.h.patch;patch=1 \
            file://build_wcs_upper_buffer.patch;patch=1 \
             file://arm_fix_alignment.patch;patch=1 \
+           file://file://unistd_arm.patch;patch=1 \
             "
 
 S = "${WORKDIR}/uClibc"