summaryrefslogtreecommitdiffstats
path: root/recipes-qt
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-qt
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-qt')
-rw-r--r--recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb1
-rw-r--r--recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb
index 5a2e31d..6900190 100644
--- a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb
+++ b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb
@@ -55,6 +55,7 @@ RDEPENDS_${PN} += " \
55 qtimageformats-dev \ 55 qtimageformats-dev \
56 qtlocation-dev \ 56 qtlocation-dev \
57 qtmultimedia-dev \ 57 qtmultimedia-dev \
58 qtotaupdate-dev \
58 qtquickcontrols-dev \ 59 qtquickcontrols-dev \
59 qtquickcontrols2-dev \ 60 qtquickcontrols2-dev \
60 qtsensors-dev \ 61 qtsensors-dev \
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
index dfeddb1..c551cf0 100644
--- a/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
+++ b/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb
@@ -48,6 +48,7 @@ RDEPENDS_${PN} += " \
48 qtimageformats \ 48 qtimageformats \
49 qtlocation \ 49 qtlocation \
50 qtmultimedia \ 50 qtmultimedia \
51 qtotaupdate \
51 qtquickcontrols \ 52 qtquickcontrols \
52 qtquickcontrols2 \ 53 qtquickcontrols2 \
53 qtsensors \ 54 qtsensors \