mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
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:
committed by
Marcin Juszkiewicz
parent
908fa82244
commit
559cb333d0
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user