mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
49fec741eb
glibc 2.25 release is in freeze stage now (From OE-Core rev: b72dbf70646e9dca0dbb5b22bc70d919e6eb8bdc) 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 = ""
|