mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
- git'ify the OE patches - add_resource_h_to_wait_h.patch - dropped, we do not support that old perf anymore - mips-rld-map-check.patch - Dropped because binutils is fixed for it see https://sourceware.org/ml/binutils/2011-12/msg00112.html - initgroups_keys.patch - Folded into 0026-eglibc-Forward-port-eglibc-options-groups-support.patch Change-Id: Ib8e731b212f52b8ff12e2180babbc19970fb1ef1 (From OE-Core rev: 6ea08396dbb628140fd3289fc9fb19df97914326) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
265 B
BlitzBasic
12 lines
265 B
BlitzBasic
require glibc_${PV}.bb
|
|
require glibc-initial.inc
|
|
|
|
DEPENDS += "kconfig-frontends-native"
|
|
|
|
# main glibc recipes muck with TARGET_CPPFLAGS to point into
|
|
# final target sysroot but we
|
|
# are not there when building glibc-initial
|
|
# so reset it here
|
|
|
|
TARGET_CPPFLAGS = ""
|