summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
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:33:08 +0100
commit1a3a1f1e4257ab0210bec65659bfb395d6986666 (patch)
tree372e4679ca833d7ea6104d5f2fb7dfd93252c27f /meta/recipes-core/eglibc
parentd0552e9c651b9b8b31f966f1ed4bdc0b1a9b16c2 (diff)
downloadpoky-1a3a1f1e4257ab0210bec65659bfb395d6986666.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. (From OE-Core rev: a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711) 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')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc1
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.12.bb2
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb2
3 files changed, 3 insertions, 2 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
31LEAD_SONAME = "libc.so" 31LEAD_SONAME = "libc.so"
32 32
33GLIBC_EXTRA_OECONF ?= "" 33GLIBC_EXTRA_OECONF ?= ""
34GLIBC_EXTRA_OECONF_virtclass-nativesdk = ""
34INHIBIT_DEFAULT_DEPS = "1" 35INHIBIT_DEFAULT_DEPS = "1"
35 36
36ARM_INSTRUCTION_SET = "arm" 37ARM_INSTRUCTION_SET = "arm"
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index ce16bd69a9..1a69bdcaff 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -1,7 +1,7 @@
1require eglibc.inc 1require eglibc.inc
2 2
3DEPENDS += "gperf-native" 3DEPENDS += "gperf-native"
4PR = "r21" 4PR = "r22"
5 5
6SRCREV = "14158" 6SRCREV = "14158"
7 7
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index b0a8bfdfe8..915eb32a8a 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
3SRCREV = "14157" 3SRCREV = "14157"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6PR = "r11" 6PR = "r12"
7PR_append = "+svnr${SRCPV}" 7PR_append = "+svnr${SRCPV}"
8 8
9EGLIBC_BRANCH="eglibc-2_13" 9EGLIBC_BRANCH="eglibc-2_13"