summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-09-02 11:36:04 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-09-16 15:26:29 +0000
commit4e4779902bfce0cbc4ea8055c2b5adb1a43887c0 (patch)
tree058b1414311f27801542ef6ef2c219acbf2aae21
parentfb9daa75f36127475f369271e221f7de0b0d07f6 (diff)
downloadmeta-boot2qt-4e4779902bfce0cbc4ea8055c2b5adb1a43887c0.tar.gz
qt5: use the new base bbclass to get qt.conf generated
populate_sdk_qt5 was split into two bbclasses and the qt.conf generation we need is in the new base class. Change-Id: I7fe2f3bdc0bf88e795add996f58b592ea12aa8a3 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
-rw-r--r--recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb b/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb
index 45d3148..d92c277 100644
--- a/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb
+++ b/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb
@@ -25,7 +25,7 @@ PR = "r0"
25LICENSE = "QtEnterprise" 25LICENSE = "QtEnterprise"
26LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9" 26LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9"
27 27
28inherit populate_sdk populate_sdk_qt5 qmake5_paths 28inherit populate_sdk populate_sdk_qt5_base
29 29
30TOOLCHAIN_HOST_TASK += "nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host" 30TOOLCHAIN_HOST_TASK += "nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host"
31TOOLCHAIN_TARGET_TASK += "packagegroup-b2qt-embedded-qt5-toolchain-target" 31TOOLCHAIN_TARGET_TASK += "packagegroup-b2qt-embedded-qt5-toolchain-target"