summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-12-30 15:12:16 +0000
committerChanghyeok Bae <changhyeok.bae@gmail.com>2018-01-23 22:17:51 +0900
commit16b9e483eab0a818b7c96ab808ba840aaf6ee6c8 (patch)
treebf9731b0ce024a18de63ef1475046879b9af7ba0
parent3c04be59c430fa35277214cea881cbe3bbf68a63 (diff)
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 <changhyeok.bae@gmail.com>
-rw-r--r--templates/base/00_local.conf.agl.inc3
1 files changed, 3 insertions, 0 deletions
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"