From 69a2495f07cfc31c38f6f1bd19a9a66b321818cf Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Fri, 21 Oct 2016 11:21:28 +0200 Subject: 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 --- recipes/ostree/ostree.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/ostree') 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 \ --with-soup \ --with-static-prepare-root \ --disable-otmpfile \ + --enable-introspection=no \ --enable-libsoup-client-certs" do_configure_prepend() { -- cgit v1.2.3-54-g00ecf