aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-11-10 12:29:17 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2009-11-10 12:30:25 -0200
commitc82761833ccfd9b64347b769f059e86760fb6d99 (patch)
treef05bf3678d856e392f78434b0aaf89a1b4d74b8e /recipes/linux-libc-headers
parentc467d82b2559e05514aa647efefc7068ab429ad5 (diff)
downloadopenembedded-c82761833ccfd9b64347b769f059e86760fb6d99.tar.gz
linux-libc-headers: add missing unifdef.patch for 2.6.25
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/linux-libc-headers')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
index 0d4163693c..9289d390c4 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
@@ -2,13 +2,14 @@ require linux-libc-headers.inc
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
-PR = "r2"
+PR = "r3"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://reinstate-a.out.h.patch;patch=1 \
file://fix-kernel-conditionalize-a.out.h.patch;patch=1 \
file://netfilter-include-types_h-in-userspace.patch;patch=1 \
- file://procinfo.h"
+ file://procinfo.h \
+ file://unifdef.patch;patch=1"
S = "${WORKDIR}/linux-${PV}"