aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-08 22:52:11 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-10 13:26:22 +0100
commita1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711 (patch)
treecde381bc3f86ced70270b983db25473abc54a0a5 /meta/recipes-core/eglibc/eglibc.inc
parent13e01d29d14e7e7403d0c45c5699ea9160243868 (diff)
downloadopenembedded-core-contrib-a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711.tar.gz
eglibc: force GLIBC_EXTRA_OECONF to not be uset for nativesdk
Don't use GLIBC_EXTRA_OECONF for the nativesdk builds. Easiest solution is to just override it settings. Otherwise we might pickup configure options ment for the target build. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 0f97f82404..9088d02b36 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -31,6 +31,7 @@ require eglibc-options.inc
LEAD_SONAME = "libc.so"
GLIBC_EXTRA_OECONF ?= ""
+GLIBC_EXTRA_OECONF_virtclass-nativesdk = ""
INHIBIT_DEFAULT_DEPS = "1"
ARM_INSTRUCTION_SET = "arm"