summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-04-28 11:39:38 +0100
committerMarcin Juszkiewicz <marcin@buglabs.net>2009-10-22 14:49:11 +0200
commit559cb333d00e09f88a520ad01e4d7204192b1376 (patch)
treeda004dcef5d9cc4ebaef339bf469f99c8b9b05ca /meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
parent908fa822447de9d5043dc66cabc2ca5591791f01 (diff)
downloadpoky-559cb333d00e09f88a520ad01e4d7204192b1376.tar.gz
linux-libc-headers_2.6.20.bb : more modern glibc expose getline from stdio.h rename the function so not to cause a clash
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
index c857336118..9ade91ca4b 100644
--- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
+++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
@@ -2,10 +2,11 @@ require linux-libc-headers.inc
2 2
3INHIBIT_DEFAULT_DEPS = "1" 3INHIBIT_DEFAULT_DEPS = "1"
4DEPENDS += "unifdef-native" 4DEPENDS += "unifdef-native"
5PR = "r8" 5PR = "r9"
6 6
7SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ 7SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
8 file://procinfo.h" 8 file://procinfo.h \
9 file://unifdef.patch;patch=1"
9 10
10S = "${WORKDIR}/linux-${PV}" 11S = "${WORKDIR}/linux-${PV}"
11 12