aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uclibc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-05-08 21:28:46 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-05-08 21:28:46 +0000
commit052f30fc08d8513b0f3b2899c27ea1af905be51c (patch)
tree0d01055fe8de9b6b701eee9a8f58e5830228a1c7 /packages/uclibc
parent0242a9bcba5d3daafddfd6be8872131f81c3c09e (diff)
downloadopenembedded-052f30fc08d8513b0f3b2899c27ea1af905be51c.tar.gz
uclibc_svn: fix glitch with double file://
Diffstat (limited to 'packages/uclibc')
-rw-r--r--packages/uclibc/uclibc_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb
index 6d4132ac8a..92181b2815 100644
--- a/packages/uclibc/uclibc_svn.bb
+++ b/packages/uclibc/uclibc_svn.bb
@@ -32,7 +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 \
+ file://unistd_arm.patch;patch=1 \
"
S = "${WORKDIR}/uClibc"