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.

(From OE-Core rev: a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711)

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kumar Gala 2011-08-08 22:52:11 -05:00 committed by Richard Purdie
parent d0552e9c65
commit 1a3a1f1e42
3 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -1,7 +1,7 @@
require eglibc.inc
DEPENDS += "gperf-native"
PR = "r21"
PR = "r22"
SRCREV = "14158"

View File

@ -3,7 +3,7 @@ require eglibc.inc
SRCREV = "14157"
DEPENDS += "gperf-native"
PR = "r11"
PR = "r12"
PR_append = "+svnr${SRCPV}"
EGLIBC_BRANCH="eglibc-2_13"