From a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 8 Aug 2011 22:52:11 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/eglibc/eglibc.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/eglibc/eglibc.inc') diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc index 0f97f8240..9088d02b3 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" -- cgit v1.2.3