aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-04-12 11:14:34 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-04-12 11:14:34 +0200
commit0937897f6ac62cb5bdd476bec6c02465c8155890 (patch)
tree367c8fc3818e4878aadfe1861315fa4d5fcc0ec1 /recipes
parent41cd62ffbac7d272d46a4b39faf8a97c0850dd10 (diff)
downloadopenembedded-0937897f6ac62cb5bdd476bec6c02465c8155890.tar.gz
linux-libc-headers 2.6.23: fix syntax error
Diffstat (limited to 'recipes')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
index bca01b199c..61ef961029 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
@@ -7,7 +7,7 @@ PR = "r6"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://procinfo.h \
file://unifdef.patch;patch=1 \
- file:// linux-libc-headers-2.6.23/arm-hwcap-add-new-entries.patch;patch=1"
+ file://arm-hwcap-add-new-entries.patch;patch=1"
S = "${WORKDIR}/linux-${PV}"