From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta/recipes-qt/packagegroups/packagegroup-core-qt.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-qt/packagegroups/packagegroup-core-qt.bb (limited to 'meta/recipes-qt/packagegroups/packagegroup-core-qt.bb') diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb new file mode 100644 index 0000000000..5f6916a430 --- /dev/null +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb @@ -0,0 +1,19 @@ +# +# Copyright (C) 2010 Intel Corporation. All rights reserved +# + +SUMMARY = "Qt package groups" +LICENSE = "MIT" +PR = "r4" + +# Qt4 could NOT be built on MIPS64 with 64 bits userspace +COMPATIBLE_HOST_mips64 = "null" + +inherit packagegroup + +PACKAGES = "${PN}-demoapps" + +QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall" + +SUMMARY_${PN}-demoapps = "Qt demo applications" +RDEPENDS_${PN}-demoapps = "${QTDEMOS}" -- cgit v1.2.3-54-g00ecf