On Tue, Aug 22, 2017 at 12:36 AM,  <[email protected]> wrote:
> From: Jackie Huang <[email protected]>
>
> Disable gobject-introspection on armv7a to avoid
> do_compile failure:
>
> | qemu: uncaught target signal 11 (Segmentation fault) - core dumped
> | Segmentation fault
>
> Signed-off-by: Jackie Huang <[email protected]>
> ---
>  meta/recipes-sato/webkit/webkitgtk_2.16.6.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb 
> b/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
> index df355d2..a53c42d 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
> @@ -112,3 +112,7 @@ ARM_INSTRUCTION_SET_armv6 = "arm"
>  ARM_INSTRUCTION_SET_armv7a = "thumb"
>  ARM_INSTRUCTION_SET_armv7r = "thumb"
>  ARM_INSTRUCTION_SET_armv7ve = "thumb"
> +
> +# qemu: uncaught target signal 11 (Segmentation fault) - core dumped
> +# Segmentation fault
> +EXTRA_OECMAKE_append_armv7a = " -DENABLE_INTROSPECTION=OFF "

there should be a space between beginning quote and -DENABLE_INTROSPECTION
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to