diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-18 12:20:06 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:22 +0100 |
commit | d6a10272a873247070e478228202e59e14733ba9 (patch) | |
tree | 019f6ee55e9207568ffc98104ea1af21f2e87c08 /meta | |
parent | ae773d6374edbb180e73fef7d9963c3ba132265e (diff) | |
download | poky-d6a10272a873247070e478228202e59e14733ba9.tar.gz |
gcr: disable gtk-doc on x86_64
For same reason that introspection is disabled: the transient binary goes into infinite loop.
(From OE-Core rev: b3d7ccae7e19047836f6c9423e4569dccf98d759)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gcr/gcr_3.20.0.bb | 2 |
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" | |||
33 | # gcrypt-Message: select() error: Bad address | 33 | # gcrypt-Message: select() error: Bad address |
34 | # | 34 | # |
35 | # This will be investigated later. | 35 | # This will be investigated later. |
36 | EXTRA_OECONF_append_x86-64 = " --disable-introspection" | 36 | 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 |