diff options
-rw-r--r-- | recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb | 9 |
1 files changed, 9 insertions, 0 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 036410c..a65435f 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 | |||
@@ -33,6 +33,12 @@ PR = "r0" | |||
33 | 33 | ||
34 | inherit nativesdk packagegroup qtquickcompiler | 34 | inherit nativesdk packagegroup qtquickcompiler |
35 | 35 | ||
36 | python __anonymous() { | ||
37 | overrides = d.getVar("OVERRIDES", True).split(":") | ||
38 | if "mingw32" not in overrides: | ||
39 | d.appendVar("OVERRIDES", ":linux") | ||
40 | } | ||
41 | |||
36 | RDEPENDS_${PN} += "\ | 42 | RDEPENDS_${PN} += "\ |
37 | nativesdk-packagegroup-b2qt-embedded-toolchain-host \ | 43 | nativesdk-packagegroup-b2qt-embedded-toolchain-host \ |
38 | nativesdk-qttools-tools \ | 44 | nativesdk-qttools-tools \ |
@@ -42,5 +48,8 @@ RDEPENDS_${PN} += "\ | |||
42 | nativesdk-qtdeclarative-staticdev \ | 48 | nativesdk-qtdeclarative-staticdev \ |
43 | nativesdk-qt3d-tools \ | 49 | nativesdk-qt3d-tools \ |
44 | nativesdk-qtscxml-tools \ | 50 | nativesdk-qtscxml-tools \ |
51 | " | ||
52 | |||
53 | RDEPENDS_${PN}_append_linux = "\ | ||
45 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-qtwayland-tools', '', d)} \ | 54 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-qtwayland-tools', '', d)} \ |
46 | " | 55 | " |