From: Changhyeok Bae Date: Sat, 30 Dec 2017 15:12:16 +0000 (+0000) Subject: 00_local.conf.agl.inc: Disable GObject Introspection Data X-Git-Tag: 5.99.1~76^2~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=16b9e483eab0a818b7c96ab808ba840aaf6ee6c8;p=AGL%2Fmeta-agl.git 00_local.conf.agl.inc: Disable GObject Introspection Data Temporarily disable due to build error in gobject-introspection Bug-AGL: SPEC-1181 Signed-off-by: Changhyeok Bae --- diff --git a/templates/base/00_local.conf.agl.inc b/templates/base/00_local.conf.agl.inc index 1cfd90557..1128b323b 100644 --- a/templates/base/00_local.conf.agl.inc +++ b/templates/base/00_local.conf.agl.inc @@ -6,3 +6,6 @@ DISTRO = "poky-agl" #see meta-agl/meta-agl/conf/include/base-agl.inc require conf/include/base-agl.inc + +# Temporarily disable GObject Introspection Data +GI_DATA_ENABLED = "False"