git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb01e35
)
uclibc_svn: add unistd_arm.patch
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Thu, 8 May 2008 21:08:08 +0000
(21:08 +0000)
committer
Henning 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
patch
|
blob
|
history
diff --git
a/packages/uclibc/uclibc_svn.bb
b/packages/uclibc/uclibc_svn.bb
index
23c828b
..
6d4132a
100644
(file)
--- a/
packages/uclibc/uclibc_svn.bb
+++ b/
packages/uclibc/uclibc_svn.bb
@@
-8,7
+8,7
@@
#
UCLIBC_BASE ?= "0.9.29"
PV = "${UCLIBC_BASE}+svnr${SRCREV}"
-PR = "r
8
"
+PR = "r
9
"
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"