diff options
-rw-r--r-- | meta/recipes-gnome/gcr/gcr_3.20.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.18.5.bb | 5 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.14.5.bb | 5 | ||||
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.26.bb | 2 |
4 files changed, 2 insertions, 14 deletions
diff --git a/meta/recipes-gnome/gcr/gcr_3.20.0.bb b/meta/recipes-gnome/gcr/gcr_3.20.0.bb index 20889021a5..f31abced02 100644 --- a/meta/recipes-gnome/gcr/gcr_3.20.0.bb +++ b/meta/recipes-gnome/gcr/gcr_3.20.0.bb | |||
@@ -36,7 +36,3 @@ ARM_INSTRUCTION_SET = "arm" | |||
36 | # | 36 | # |
37 | # This will be investigated later. | 37 | # This will be investigated later. |
38 | EXTRA_OECONF_append_x86-64 = " --disable-introspection --disable-gtk-doc" | 38 | EXTRA_OECONF_append_x86-64 = " --disable-introspection --disable-gtk-doc" |
39 | |||
40 | # Gcr-3.broken: poky/build-mips64/tmp/work/mips64-poky-linux/libgpg-error/1.19-r0/libgpg-error-1.19/src/posix-lock.c:119: get_lock_object: Assertion `!"sizeof lock obj"' failed. | ||
41 | # qemu: uncaught target signal 6 (Aborted) - core dumped | ||
42 | EXTRA_OECONF_append_mips64 = " --disable-introspection --disable-gtk-doc" | ||
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.5.bb b/meta/recipes-gnome/libsecret/libsecret_0.18.5.bb index 77b9fd5be5..2b917ec517 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.18.5.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.18.5.bb | |||
@@ -18,8 +18,3 @@ ARM_INSTRUCTION_SET = "arm" | |||
18 | do_configure_prepend() { | 18 | do_configure_prepend() { |
19 | rm -f ${S}/build/m4/vapigen.m4 | 19 | rm -f ${S}/build/m4/vapigen.m4 |
20 | } | 20 | } |
21 | |||
22 | # Secret-1: poky/build-mips64/tmp/work/mips64-poky-linux/libgpg-error/1.19-r0/libgpg-error-1.19/src/posix-lock.c:119: get_lock_object: Assertion `!"sizeof lock obj"' failed. | ||
23 | # qemu: uncaught target signal 6 (Aborted) - core dumped | ||
24 | EXTRA_OECONF_append_mips64 = " --disable-introspection --disable-gtk-doc" | ||
25 | |||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb index 5fb07da26d..1eb5b0b6e1 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb | |||
@@ -111,8 +111,3 @@ ARM_INSTRUCTION_SET_armv6 = "arm" | |||
111 | ARM_INSTRUCTION_SET_armv7a = "thumb" | 111 | ARM_INSTRUCTION_SET_armv7a = "thumb" |
112 | ARM_INSTRUCTION_SET_armv7r = "thumb" | 112 | ARM_INSTRUCTION_SET_armv7r = "thumb" |
113 | ARM_INSTRUCTION_SET_armv7ve = "thumb" | 113 | ARM_INSTRUCTION_SET_armv7ve = "thumb" |
114 | |||
115 | # WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119: get_lock_object: Assertion `!"sizeof lock obj"' failed. | ||
116 | # qemu: uncaught target signal 6 (Aborted) - core dumped | ||
117 | EXTRA_OECMAKE_append_mipsarchn32 = " -DENABLE_INTROSPECTION=OFF -DENABLE_GTKDOC=OFF" | ||
118 | EXTRA_OECMAKE_append_mipsarchn64 = " -DENABLE_INTROSPECTION=OFF -DENABLE_GTKDOC=OFF" | ||
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb index 87c4f5185b..b9e3b0065c 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb | |||
@@ -18,6 +18,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | |||
18 | 18 | ||
19 | SRC_URI[md5sum] = "97456709dbbcbb69354317ffe3e347cd" | 19 | SRC_URI[md5sum] = "97456709dbbcbb69354317ffe3e347cd" |
20 | SRC_URI[sha256sum] = "4c4bcbc90116932e3acd37b37812d8653b1b189c1904985898e860af818aee69" | 20 | SRC_URI[sha256sum] = "4c4bcbc90116932e3acd37b37812d8653b1b189c1904985898e860af818aee69" |
21 | PR = "r1" | ||
21 | 22 | ||
22 | BINCONFIG = "${bindir}/gpg-error-config" | 23 | BINCONFIG = "${bindir}/gpg-error-config" |
23 | 24 | ||
@@ -34,6 +35,7 @@ do_compile_prepend() { | |||
34 | arm) TUPLE=arm-unknown-linux-gnueabi ;; | 35 | arm) TUPLE=arm-unknown-linux-gnueabi ;; |
35 | armeb) TUPLE=arm-unknown-linux-gnueabi ;; | 36 | armeb) TUPLE=arm-unknown-linux-gnueabi ;; |
36 | i586|i686) TUPLE=i686-pc-linux-gnu ;; | 37 | i586|i686) TUPLE=i686-pc-linux-gnu ;; |
38 | mips64*) TUPLE=mips64el-unknown-linux-gnuabi64 ;; | ||
37 | mips*el) TUPLE=mipsel-unknown-linux-gnu ;; | 39 | mips*el) TUPLE=mipsel-unknown-linux-gnu ;; |
38 | mips*) TUPLE=mips-unknown-linux-gnu ;; | 40 | mips*) TUPLE=mips-unknown-linux-gnu ;; |
39 | x86_64) TUPLE=x86_64-pc-linux-gnu ;; | 41 | x86_64) TUPLE=x86_64-pc-linux-gnu ;; |