summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-03-01 13:07:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-04 23:18:19 +0000
commit105d82383174df0e77d22e2d5eefe62a1093edaa (patch)
tree7b2e7dfbe42c403b9a5b377224665e94bdbc1a7d /meta/recipes-gnome
parente4ffcaea2282f08bf7a7079330b5102ef7d26128 (diff)
downloadpoky-105d82383174df0e77d22e2d5eefe62a1093edaa.tar.gz
libgpg-error: correctly configure on mips64
This fixes the long-standing error: ../../libgpg-error-1.26/src/posix-lock.c:137: get_lock_object: Assertion `!"sizeof lock obj"' failed. (From OE-Core rev: f57ec88a7c7f50cd40ebeadb4da150ab39a6b6d9) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gcr/gcr_3.20.0.bb4
-rw-r--r--meta/recipes-gnome/libsecret/libsecret_0.18.5.bb5
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.
38EXTRA_OECONF_append_x86-64 = " --disable-introspection --disable-gtk-doc" 38EXTRA_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
42EXTRA_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"
18do_configure_prepend() { 18do_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
24EXTRA_OECONF_append_mips64 = " --disable-introspection --disable-gtk-doc"
25