blob: 8ab01dc79d4a4f7d2b7b21c51328d39b7e444940 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | require glibc_${PV}.bb
require glibc-initial.inc
DEPENDS += "kconfig-frontends-native"
# 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 = ""
 |