Allow easy inclusion of host packages for the Qt5 standalone SDK or external toolchain.
Signed-off-by: Otavio Salvador <[email protected]> --- .../nativesdk-packagegroup-qt5-toolchain-host.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb 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 0000000..4cc0b93 --- /dev/null +++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb @@ -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 \ +" -- 1.7.10.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
