[oe-commits] Saul Wold : glib-2.0: add EXTRA_OECONF for uclibc

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:32 UTC 2014


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Dec 26 15:44:03 2013 -0800

glib-2.0: add EXTRA_OECONF for uclibc

The uclibc configuration requires the gnu libiconv, so tell configure which one to use

[YOCTO #5431] (one of many)

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/glib-2.0/glib.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index e12333a..c690ba9 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -32,6 +32,7 @@ CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap
 PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)}"
 EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}"
 EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux"
+EXTRA_OECONF_append_libc-uclibc = " --with-libiconv=gnu"
 
 do_configure_prepend() {
 	sed -i -e '1s,#!.*,#!${USRBINPATH}/env python,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in



More information about the Openembedded-commits mailing list