summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-16 15:57:53 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-17 12:46:48 +0300
commit0cf281fdd678ea57b34bd9c7e5c48dc421d290ae (patch)
treed9d8fbf7ed89d11f232ddef09e5a3d99b1b5ffcf /recipes-qt
parent0005cccfa7fb937028a59ef757eb7b26926f968c (diff)
downloadmeta-boot2qt-0cf281fdd678ea57b34bd9c7e5c48dc421d290ae.tar.gz
qtquickcompiler: disable for BYOS
QtQuickCompiler sources are not distributed, so for BYOS builds we need to disable. For now, only print note that it's not supported. Next step is to try to use the precompiled version from SDK. Change-Id: I8185e66fd2bc6471218ee3ea8520fa40c2c08592 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb
index b424fb7..0437c42 100644
--- a/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb
+++ b/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb
@@ -24,12 +24,11 @@ DESCRIPTION = "Host packages for B2Qt embedded Qt5 SDK"
24LICENSE = "QtEnterprise" 24LICENSE = "QtEnterprise"
25PR = "r0" 25PR = "r0"
26 26
27inherit nativesdk packagegroup 27inherit nativesdk packagegroup qtquickcompiler
28 28
29RDEPENDS_${PN} += "\ 29RDEPENDS_${PN} += "\
30 nativesdk-packagegroup-b2qt-embedded-toolchain-host \ 30 nativesdk-packagegroup-b2qt-embedded-toolchain-host \
31 nativesdk-qttools \ 31 nativesdk-qttools \
32 nativesdk-qtbase-tools \ 32 nativesdk-qtbase-tools \
33 nativesdk-qtbase-tools-staticdev \ 33 nativesdk-qtbase-tools-staticdev \
34 nativesdk-qtquickcompiler-tools \
35 " 34 "