From: Marcin Juszkiewicz Date: Mon, 12 Apr 2010 09:14:34 +0000 (+0200) Subject: linux-libc-headers 2.6.23: fix syntax error X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0937897f6ac62cb5bdd476bec6c02465c8155890;p=openembedded.git linux-libc-headers 2.6.23: fix syntax error --- 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}"