From f57ec88a7c7f50cd40ebeadb4da150ab39a6b6d9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 1 Mar 2017 13:07:22 +0200 Subject: 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. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-gnome/gcr/gcr_3.20.0.bb | 4 ---- meta/recipes-gnome/libsecret/libsecret_0.18.5.bb | 5 ----- 2 files changed, 9 deletions(-) (limited to 'meta/recipes-gnome') 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" # # This will be investigated later. EXTRA_OECONF_append_x86-64 = " --disable-introspection --disable-gtk-doc" - -# 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. -# qemu: uncaught target signal 6 (Aborted) - core dumped -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" do_configure_prepend() { rm -f ${S}/build/m4/vapigen.m4 } - -# 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. -# qemu: uncaught target signal 6 (Aborted) - core dumped -EXTRA_OECONF_append_mips64 = " --disable-introspection --disable-gtk-doc" - -- cgit 1.2.3-korg