summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-08-19 16:09:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-09 12:12:15 +0100
commit6248ca13451101c32c754e20fc8e0fb802df7ef4 (patch)
treea26824408fd7be324e3d2f98672ae0fbf8571e43 /meta/recipes-sato
parentb3d7ccae7e19047836f6c9423e4569dccf98d759 (diff)
downloadopenembedded-core-6248ca13451101c32c754e20fc8e0fb802df7ef4.tar.gz
gcr, libsecret, webkitgtk: disable gtk-doc on mips64
It fails with the same error as gobject-introspection Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.12.5.bb2
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 "
# WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119: get_lock_object: Assertion `!"sizeof lock obj"' failed.
# qemu: uncaught target signal 6 (Aborted) - core dumped
-EXTRA_OECMAKE_append_mips64 = " -DENABLE_INTROSPECTION=OFF "
+EXTRA_OECMAKE_append_mips64 = " -DENABLE_INTROSPECTION=OFF -DENABLE_GTKDOC=OFF"