aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-10-23 11:21:38 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-10-23 11:27:40 +0200
commit402bfde509e57245929ac5ebcb22e0d8939b2e78 (patch)
tree4d2ccc6b8744aec2063828d99ee96a9277b3ea3d
parentb6db22fb40a4a6c17440dc977bbe3f8cdabf1da1 (diff)
downloadopenembedded-402bfde509e57245929ac5ebcb22e0d8939b2e78.tar.gz
linux-libc-headersr-2.6.20: add unifdef.patch
* bump PR
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
index 587d21e1e4..c826d138b6 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
@@ -2,10 +2,12 @@ require linux-libc-headers.inc
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
-PR = "r9"
+PR = "r10"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- file://procinfo.h"
+ file://procinfo.h \
+ file://unifdef.patch;patch=1 \
+ "
S = "${WORKDIR}/linux-${PV}"