mirror of
https://git.yoctoproject.org/poky
synced 2026-04-01 23:02:21 +02:00
(From OE-Core rev: 59ae9fc07a6a89492c001de0b3322ecd6d3956be) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
269 B
BlitzBasic
12 lines
269 B
BlitzBasic
require eglibc_${PV}.bb
|
|
require eglibc-initial.inc
|
|
|
|
DEPENDS += "kconfig-frontends-native"
|
|
|
|
# main eglibc recipes muck with TARGET_CPPFLAGS to point into
|
|
# final target sysroot but we
|
|
# are not there when building eglibc-initial
|
|
# so reset it here
|
|
|
|
TARGET_CPPFLAGS = ""
|