aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-04-28 11:39:38 +0100
committerGraeme Gregory <dp@xora.org.uk>2009-04-28 11:39:38 +0100
commit9a67b35254b21335d2e5bee6b784b011a79d10ba (patch)
tree5c786624cf048125bb08ee50dbb392d3c191c5ec /recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
parentc21e4a50e37f52d4fb4c57592467225b51c0c357 (diff)
downloadopenembedded-9a67b35254b21335d2e5bee6b784b011a79d10ba.tar.gz
linux-libc-headers_2.6.23.bb : more modern glibc expose getline from
stdio.h rename the function so not to cause a clash
Diffstat (limited to 'recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb5
1 files changed, 3 insertions, 2 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 13579f9349..95152f1b22 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
@@ -2,10 +2,11 @@ require linux-libc-headers.inc
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
-PR = "r3"
+PR = "r4"
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}"