diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-09-02 11:36:04 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-09-16 15:26:29 +0000 |
commit | 4e4779902bfce0cbc4ea8055c2b5adb1a43887c0 (patch) | |
tree | 058b1414311f27801542ef6ef2c219acbf2aae21 | |
parent | fb9daa75f36127475f369271e221f7de0b0d07f6 (diff) | |
download | meta-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.bb | 2 |
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" | |||
25 | LICENSE = "QtEnterprise" | 25 | LICENSE = "QtEnterprise" |
26 | LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9" | 26 | LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9" |
27 | 27 | ||
28 | inherit populate_sdk populate_sdk_qt5 qmake5_paths | 28 | inherit populate_sdk populate_sdk_qt5_base |
29 | 29 | ||
30 | TOOLCHAIN_HOST_TASK += "nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host" | 30 | TOOLCHAIN_HOST_TASK += "nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host" |
31 | TOOLCHAIN_TARGET_TASK += "packagegroup-b2qt-embedded-qt5-toolchain-target" | 31 | TOOLCHAIN_TARGET_TASK += "packagegroup-b2qt-embedded-qt5-toolchain-target" |