diff options
-rw-r--r-- | recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb new file mode 100644 index 00000000..4cc0b930 --- /dev/null +++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | # Copyright (C) 2014 O.S. Systems Software LTDA. | ||
2 | |||
3 | SUMMARY = "Host packages for the Qt5 standalone SDK or external toolchain" | ||
4 | LICENSE = "MIT" | ||
5 | |||
6 | inherit nativesdk packagegroup | ||
7 | |||
8 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | ||
9 | |||
10 | RDEPENDS_${PN} += " \ | ||
11 | nativesdk-packagegroup-sdk-host \ | ||
12 | nativesdk-qttools \ | ||
13 | nativesdk-qtbase-tools \ | ||
14 | " | ||