summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-initial_2.16.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc-initial_2.16.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-initial_2.16.bb b/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
index 787c762609..f6b09ac987 100644
--- a/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
@@ -1,6 +1,9 @@
1require eglibc_${PV}.bb 1require eglibc_${PV}.bb
2require eglibc-initial.inc 2require eglibc-initial.inc
3 3
4do_configure_prepend () { 4# main eglibc recipes muck with TARGET_CPPFLAGS to point into
5 unset CFLAGS 5# final target sysroot but we
6} 6# are not there when building eglibc-initial
7# so reset it here
8
9TARGET_CPPFLAGS = ""