diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-19 16:09:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:22 +0100 |
commit | 38f2f51adda44eb2ae367ea5fefd9a2ebb10818a (patch) | |
tree | 54523e9a1356f31059ad4ac20375804edaf9dde7 /meta/recipes-gnome | |
parent | d6a10272a873247070e478228202e59e14733ba9 (diff) | |
download | poky-38f2f51adda44eb2ae367ea5fefd9a2ebb10818a.tar.gz |
gcr, libsecret, webkitgtk: disable gtk-doc on mips64
It fails with the same error as gobject-introspection
(From OE-Core rev: 6248ca13451101c32c754e20fc8e0fb802df7ef4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.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.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.18.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gcr/gcr_3.20.0.bb b/meta/recipes-gnome/gcr/gcr_3.20.0.bb index 11bca0ff5b..b32a455e31 100644 --- a/meta/recipes-gnome/gcr/gcr_3.20.0.bb +++ b/meta/recipes-gnome/gcr/gcr_3.20.0.bb | |||
@@ -37,4 +37,4 @@ EXTRA_OECONF_append_x86-64 = " --disable-introspection --disable-gtk-doc" | |||
37 | 37 | ||
38 | # 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. | 38 | # 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. |
39 | # qemu: uncaught target signal 6 (Aborted) - core dumped | 39 | # qemu: uncaught target signal 6 (Aborted) - core dumped |
40 | EXTRA_OECONF_append_mips64 = " --disable-introspection" | 40 | 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 e4d316b127..bcb3046dd3 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.18.5.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.18.5.bb | |||
@@ -21,5 +21,5 @@ do_configure_prepend() { | |||
21 | 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. | 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 | 23 | # qemu: uncaught target signal 6 (Aborted) - core dumped |
24 | EXTRA_OECONF_append_mips64 = " --disable-introspection" | 24 | EXTRA_OECONF_append_mips64 = " --disable-introspection --disable-gtk-doc" |
25 | 25 | ||