diff options
Diffstat (limited to 'recipes-qt/packagegroups')
| -rwxr-xr-x | recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb index 6e8b2d4f..0fca38e6 100755 --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | DESCRIPTION = "Target packages for Qt5 SDK" | 3 | DESCRIPTION = "Target packages for Qt5 SDK" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | 5 | ||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 6 | inherit packagegroup | 7 | inherit packagegroup |
| 7 | 8 | ||
| 8 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | 9 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" |
| @@ -105,8 +106,13 @@ RDEPENDS_${PN} += " \ | |||
| 105 | qtquickcontrols2-dev \ | 106 | qtquickcontrols2-dev \ |
| 106 | qtquickcontrols2-mkspecs \ | 107 | qtquickcontrols2-mkspecs \ |
| 107 | " | 108 | " |
| 109 | RDEPENDS_${PN}_remove_toolchain-clang_riscv32 = "qttools-dev qttools-mkspecs qttools-staticdev qttools-tools" | ||
| 110 | RDEPENDS_${PN}_remove_toolchain-clang_riscv64 = "qttools-dev qttools-mkspecs qttools-staticdev qttools-tools" | ||
| 108 | 111 | ||
| 109 | RRECOMMENDS_${PN} += " \ | 112 | RRECOMMENDS_${PN} += " \ |
| 110 | qtquickcontrols-qmlplugins \ | 113 | qtquickcontrols-qmlplugins \ |
| 111 | qttools-plugins \ | 114 | qttools-plugins \ |
| 112 | " | 115 | " |
| 116 | |||
| 117 | RRECOMMENDS_${PN}_remove_toolchain-clang_riscv32 = "qttools-plugins" | ||
| 118 | RRECOMMENDS_${PN}_remove_toolchain-clang_riscv64 = "qttools-plugins" | ||
