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:52:34 +0000 |
commit | 1cca1632662a1c5598a6e92bf3ddf25b63bfd15c (patch) | |
tree | 0e533a452488a326ae37f194d939c38b3e74772e /meta | |
parent | 77fec45a4481702464fea38e75f6b64d7cc4425a (diff) | |
download | poky-1cca1632662a1c5598a6e92bf3ddf25b63bfd15c.tar.gz |
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)
(From OE-Core rev: a90b32d63c8a816462b42a33851e4e5e6041bbca)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | |||
32 | PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)}" | 32 | PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)}" |
33 | EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}" | 33 | EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}" |
34 | EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux" | 34 | EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux" |
35 | EXTRA_OECONF_append_libc-uclibc = " --with-libiconv=gnu" | ||
35 | 36 | ||
36 | do_configure_prepend() { | 37 | do_configure_prepend() { |
37 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in | 38 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in |