diff options
Diffstat (limited to 'meta/recipes-gnome')
-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 |
2 files changed, 0 insertions, 9 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 | |||