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