blob: e86770e12d43ce888af7fb5ebbc3ffacd43853cb (
plain)
1
2
3
4
5
6
7
8
9
|
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 = ""
|