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>
This commit is contained in:
Graeme Gregory
2009-04-28 11:39:38 +01:00
committed by Marcin Juszkiewicz
parent 908fa82244
commit 559cb333d0
2 changed files with 34 additions and 2 deletions

View File

@@ -2,10 +2,11 @@ require linux-libc-headers.inc
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
PR = "r8"
PR = "r9"
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}"