summaryrefslogtreecommitdiffstats
path: root/recipes/ostree
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-10-21 11:21:28 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2016-10-24 08:15:04 +0000
commit69a2495f07cfc31c38f6f1bd19a9a66b321818cf (patch)
tree09c46d78a290b59962406156112d251a10585aa8 /recipes/ostree
parent631f875ff918f395b0a76cfa5a34bf600321c62d (diff)
downloadmeta-boot2qt-69a2495f07cfc31c38f6f1bd19a9a66b321818cf.tar.gz
ostree: Disable GObject introspection
We are not using any language bindings of OSTree. We use the C API, so no need for introspection. And re-enable ostree/qtotaupdate now when the build issue is fixed. Task-number: QTBUG-55559 Change-Id: I1a7407d4e6ac3eca1083b9c28ed7aa206e0ed484 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes/ostree')
-rw-r--r--recipes/ostree/ostree.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb
index 5061218..5de3852 100644
--- a/recipes/ostree/ostree.bb
+++ b/recipes/ostree/ostree.bb
@@ -74,6 +74,7 @@ EXTRA_OECONF = "--with-dracut \
74 --with-soup \ 74 --with-soup \
75 --with-static-prepare-root \ 75 --with-static-prepare-root \
76 --disable-otmpfile \ 76 --disable-otmpfile \
77 --enable-introspection=no \
77 --enable-libsoup-client-certs" 78 --enable-libsoup-client-certs"
78 79
79do_configure_prepend() { 80do_configure_prepend() {