mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
(From OE-Core rev: 7c9faaee307585dbab569b4aa0a386658372af4e) 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>
10 lines
226 B
BlitzBasic
10 lines
226 B
BlitzBasic
require glibc_${PV}.bb
|
|
require glibc-initial.inc
|
|
|
|
# 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 = ""
|