summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/packagegroups
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-08-30 13:58:00 +0100
committerSaul Wold <sgw@linux.intel.com>2012-09-03 22:52:51 -0700
commit9dddc9dfdc84401fee3b48eb3aba0cabdcf4d05a (patch)
tree91c7ec80ef026c13da3dd28aebfe083d0fb48e05 /meta/recipes-qt/packagegroups
parent0cc9ced7d96b960994b0671095bc74becfc55e2c (diff)
downloadopenembedded-core-contrib-9dddc9dfdc84401fee3b48eb3aba0cabdcf4d05a.tar.gz
packagegroup-qt4e: tidy up and rename
* Eliminate the -base package, there's only one package and it might as well be the main one. * Rename to packagegroup-core-qt4e to match other package group recipes * Fix and tidy up qt4e-demo-image at the same time Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/packagegroups')
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb (renamed from meta/recipes-qt/packagegroups/packagegroup-qt4e.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt4e.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
index 2ee7959c0c..2ea9c2e551 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-qt4e.bb
+++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
@@ -7,11 +7,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
inherit packagegroup
-PACKAGES = "${PN}-base"
-
TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
-RDEPENDS_${PN}-base = " \
+RDEPENDS_${PN} = " \
qt4-embedded \
libqt-embedded3support4 \
libqt-embeddedclucene4 \
@@ -48,7 +46,7 @@ RDEPENDS_${PN}-base = " \
qt4-embedded-assistant \
"
-RRECOMMENDS_${PN}-base = " \
+RRECOMMENDS_${PN} = " \
libqt-embeddedxmlpatterns4 \
"