summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc_2.12.bb
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:26:22 +0100
commita1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711 (patch)
treecde381bc3f86ced70270b983db25473abc54a0a5 /meta/recipes-core/eglibc/eglibc_2.12.bb
parent13e01d29d14e7e7403d0c45c5699ea9160243868 (diff)
downloadopenembedded-core-a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711.tar.gz
openembedded-core-a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711.tar.bz2
openembedded-core-a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711.zip
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@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.12.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.12.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
require eglibc.inc
DEPENDS += "gperf-native"
-PR = "r21"
+PR = "r22"
SRCREV = "14158"