aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-08-26 17:28:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-31 08:56:45 +0100
commit7c0d372a56404f7138e4810183bedbc9a3a72da7 (patch)
tree0c6d55713ef3c07930da532fd7cac7cf776edb7b
parentc42e32ba7fbcbc25ce31e2fa624e82db3584ceb2 (diff)
downloadopenembedded-core-contrib-7c0d372a56404f7138e4810183bedbc9a3a72da7.tar.gz
gcr: disable gtk-doc on x86_64
For same reason that introspection is disabled: the transient binary goes into infinite loop. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/gcr/gcr_3.20.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gcr/gcr_3.20.0.bb b/meta/recipes-gnome/gcr/gcr_3.20.0.bb
index bcce57d586..11bca0ff5b 100644
--- a/meta/recipes-gnome/gcr/gcr_3.20.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.20.0.bb
@@ -33,7 +33,7 @@ ARM_INSTRUCTION_SET = "arm"
# gcrypt-Message: select() error: Bad address
#
# This will be investigated later.
-EXTRA_OECONF_append_x86-64 = " --disable-introspection"
+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