nativesdk-packagegroup-qt5-toolchain-host: Add packagegroup
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 6 Feb 2014 01:05:21 +0000 (23:05 -0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:45:24 +0000 (08:45 -0800)
Allow easy inclusion of host packages for the Qt5 standalone SDK or
external toolchain.

(From meta-qt5 rev: d768d975282b8a230314880ab6acd334440a6214)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb [new file with mode: 0644]

diff --git a/meta-qt5/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb b/meta-qt5/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb
new file mode 100644 (file)
index 0000000..4cc0b93
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright (C) 2014 O.S. Systems Software LTDA.
+
+SUMMARY = "Host packages for the Qt5 standalone SDK or external toolchain"
+LICENSE = "MIT"
+
+inherit nativesdk packagegroup
+
+PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
+
+RDEPENDS_${PN} += " \
+    nativesdk-packagegroup-sdk-host \
+    nativesdk-qttools \
+    nativesdk-qtbase-tools \
+"