]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc: force GLIBC_EXTRA_OECONF to not be uset for nativesdk
authorKumar Gala <galak@kernel.crashing.org>
Tue, 9 Aug 2011 03:52:11 +0000 (22:52 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2011 12:26:22 +0000 (13:26 +0100)
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>
meta/recipes-core/eglibc/eglibc.inc
meta/recipes-core/eglibc/eglibc_2.12.bb
meta/recipes-core/eglibc/eglibc_2.13.bb

index 0f97f82404e37679a11ea040b240f6c71077dce5..9088d02b36276e0ffca5dd9c300fcdb16aa209be 100644 (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"
index ce16bd69a9a772399c00af0ded7e05ed6880cb7b..1a69bdcaffee55d7895727c3e30e44de387f7d2f 100644 (file)
@@ -1,7 +1,7 @@
 require eglibc.inc
 
 DEPENDS += "gperf-native"
-PR = "r21"
+PR = "r22"
 
 SRCREV = "14158"
 
index b0a8bfdfe8b051f411dc27c2ffb98cb027a4c4ec..915eb32a8af345eac590ff6a8380f6d1b20c2a0c 100644 (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"