[oe-commits] [openembedded-core] 33/59: webkitgtk: disable gobject-introspection on powerpc

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 00:12:55 UTC 2016


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

commit 8e5aefc3ff1a1f5de8e9d91e96850fb694bf3ff4
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri Nov 6 18:40:46 2015 +0200

    webkitgtk: disable gobject-introspection on powerpc
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.10.7.bb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.10.7.bb b/meta/recipes-sato/webkit/webkitgtk_2.10.7.bb
index 9a021c4..849a33a 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.10.7.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.10.7.bb
@@ -79,3 +79,10 @@ FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbu
 
 # http://errors.yoctoproject.org/Errors/Details/20370/
 ARM_INSTRUCTION_SET = "arm"
+
+# Invalid data memory access: 0x00000000
+# ...
+# qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+# Segmentation fault
+EXTRA_OECMAKE_append_powerpc = " -DENABLE_INTROSPECTION=OFF "
+

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


More information about the Openembedded-commits mailing list