[oe-commits] Kumar Gala : eglibc: force GLIBC_EXTRA_OECONF to not be uset for nativesdk

git version control git at git.openembedded.org
Wed Aug 10 12:35:37 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711

Author: Kumar Gala <galak at kernel.crashing.org>
Date:   Mon Aug  8 22:52:11 2011 -0500

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 at kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/eglibc/eglibc.inc     |    1 +
 meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 0f97f82..9088d02 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"
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index ce16bd6..1a69bdc 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -1,7 +1,7 @@
 require eglibc.inc
 
 DEPENDS += "gperf-native"
-PR = "r21"
+PR = "r22"
 
 SRCREV = "14158"
 
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index b0a8bfd..915eb32 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -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"





More information about the Openembedded-commits mailing list