[oe-commits] [openembedded-core] 46/61: gcr: disable gobject introspection on x86-64 for now

git at git.openembedded.org git at git.openembedded.org
Fri Mar 4 17:13:37 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3e361c7f1dc3a6fff971cd940fcf4c2d79301992
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri Oct 30 13:43:21 2015 +0200

    gcr: disable gobject introspection on x86-64 for now
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-gnome/gcr/gcr_3.18.0.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/meta/recipes-gnome/gcr/gcr_3.18.0.bb b/meta/recipes-gnome/gcr/gcr_3.18.0.bb
index d1f7630..98c3025 100644
--- a/meta/recipes-gnome/gcr/gcr_3.18.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.18.0.bb
@@ -21,3 +21,16 @@ FILES_${PN} += " \
 
 # http://errors.yoctoproject.org/Errors/Details/20229/
 ARM_INSTRUCTION_SET = "arm"
+
+# on x86-64 the introspection binary goes into 
+# an infinite loop under qemu during compilation, 
+# printing the following:
+# 
+# gcrypt-Message: select() error: Bad address
+#
+# gcrypt-Message: select() error: Bad address
+#
+# gcrypt-Message: select() error: Bad address
+#
+# This will be investigated later.
+EXTRA_OECONF_append_x86-64 = " --disable-introspection"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list