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-sato | |
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-sato')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.12.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb index bb57239c1d..9c0dcd0f9e 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb | |||
@@ -111,4 +111,4 @@ EXTRA_OECMAKE_append_powerpc = " -DENABLE_INTROSPECTION=OFF " | |||
111 | 111 | ||
112 | # WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119: get_lock_object: Assertion `!"sizeof lock obj"' failed. | 112 | # WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119: get_lock_object: Assertion `!"sizeof lock obj"' failed. |
113 | # qemu: uncaught target signal 6 (Aborted) - core dumped | 113 | # qemu: uncaught target signal 6 (Aborted) - core dumped |
114 | EXTRA_OECMAKE_append_mips64 = " -DENABLE_INTROSPECTION=OFF " | 114 | EXTRA_OECMAKE_append_mips64 = " -DENABLE_INTROSPECTION=OFF -DENABLE_GTKDOC=OFF" |