diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-12-26 15:44:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:51:40 +0000 |
commit | a90b32d63c8a816462b42a33851e4e5e6041bbca (patch) | |
tree | cea1b898119e689b54cb27b74d9060644c1a1c2e /meta/recipes-core | |
parent | fe0e2d72d7e86f960cfb39342dcdd661a8b8a10b (diff) | |
download | openembedded-core-a90b32d63c8a816462b42a33851e4e5e6041bbca.tar.gz openembedded-core-a90b32d63c8a816462b42a33851e4e5e6041bbca.tar.bz2 openembedded-core-a90b32d63c8a816462b42a33851e4e5e6041bbca.zip |
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@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index e12333a9a6..c690ba9571 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 |