]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-qt4e: tidy up and rename
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 30 Aug 2012 12:58:00 +0000 (13:58 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:51 +0000 (22:52 -0700)
* 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>
meta/recipes-qt/images/qt4e-demo-image.bb
meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb [moved from meta/recipes-qt/packagegroups/packagegroup-qt4e.bb with 94% similarity]

index 205c91216868491c3c18e3b6c44af977bfa82934..9e8b3379ff31e8fa7ac3a83f3e346155ac70df88 100644 (file)
@@ -1,19 +1,13 @@
 DESCRIPTION = "An image that will launch into the demo application for the embedded (not based on X11) version of Qt."
 LICENSE = "MIT"
-PR="r2"
+PR = "r3"
 
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
-DEPENDS += "packagegroup-qt4e"
-
-RDEPENDS_${PN} += " \
-       packagegroup-qt4e-base \
-       "
-
 IMAGE_INSTALL += "\
        ${CORE_IMAGE_BASE_INSTALL} \
-       packagegroup-qt4e-base \
+       packagegroup-core-qt4e \
 "
 
 inherit core-image
similarity index 94%
rename from meta/recipes-qt/packagegroups/packagegroup-qt4e.bb
rename to meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
index 2ee7959c0cdc04eadf246a83e5f80780c487ad5f..2ea9c2e551cf5b3141b77e23e40a32d1a5ae80ac 100644 (file)
@@ -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 \
 "