[OE-core] [PATCH 1/1] glib: disable gtk-doc on mips64

Juro Bystricky juro.bystricky at intel.com
Thu Sep 1 20:07:37 UTC 2016


Avoid build error
 .libs/./gobject-scan: Invalid ELF image for this architecture

when building for mips64

Signed-off-by: Juro Bystricky <juro.bystricky at 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 906e0d4..3a7e890 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -42,6 +42,7 @@ PRINTF_mingw32 = "--enable-included-printf=yes"
 EXTRA_OECONF = "${PRINTF} ${CORECONF}"
 EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux"
 EXTRA_OECONF_append_libc-uclibc = " --with-libiconv=gnu"
+EXTRA_OECONF_append_mips64 = " --enable-gtk-doc=no"
 
 do_configure_prepend() {
 	sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in
-- 
2.7.4




More information about the Openembedded-core mailing list