summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc_2.13.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.13.bb
parent13e01d29d14e7e7403d0c45c5699ea9160243868 (diff)
downloadopenembedded-core-a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711.tar.gz
openembedded-core-a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711.tar.bz2
openembedded-core-a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711.tar.xz
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.13.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index b0a8bfdfe..915eb32a8 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"