diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-30 14:48:06 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:52:58 +0100 |
| commit | 04c6a0f6064808422276e8e7eec7da5e8205c120 (patch) | |
| tree | 5f3da0686fbfc3295933436ee4feea3564eb28e3 | |
| parent | 07db74000443c473db401df598c4654fa6660436 (diff) | |
| download | poky-04c6a0f6064808422276e8e7eec7da5e8205c120.tar.gz | |
packagegroup-core-gtk-directfb: remove superfluous -base package
There's only one package, just make it the main one; also update
core-image-gtk-directfb to match and tidy it up a bit.
(From OE-Core rev: b3a49ebaa2149ac66e7d82b63dd29a83f6d96429)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/images/core-image-gtk-directfb.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb | 4 |
2 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-graphics/images/core-image-gtk-directfb.bb b/meta/recipes-graphics/images/core-image-gtk-directfb.bb index 868b3097f2..05f03cdcef 100644 --- a/meta/recipes-graphics/images/core-image-gtk-directfb.bb +++ b/meta/recipes-graphics/images/core-image-gtk-directfb.bb | |||
| @@ -6,18 +6,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | DEPENDS += "packagegroup-core-gtk-directfb" | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += " \ | ||
| 12 | packagegroup-core-gtk-directfb-base \ | ||
| 13 | " | ||
| 14 | |||
| 15 | inherit core-image | 9 | inherit core-image |
| 16 | 10 | ||
| 17 | IMAGE_INSTALL += "\ | 11 | IMAGE_INSTALL += "\ |
| 18 | ${CORE_IMAGE_BASE_INSTALL} \ | 12 | ${CORE_IMAGE_BASE_INSTALL} \ |
| 19 | packagegroup-core-basic \ | 13 | packagegroup-core-basic \ |
| 20 | packagegroup-core-gtk-directfb-base \ | 14 | packagegroup-core-gtk-directfb \ |
| 21 | " | 15 | " |
| 22 | 16 | ||
| 23 | python __anonymous () { | 17 | python __anonymous () { |
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb index 0c47b6fbcd..2f35b34ca5 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb | |||
| @@ -7,11 +7,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 7 | 7 | ||
| 8 | inherit packagegroup | 8 | inherit packagegroup |
| 9 | 9 | ||
| 10 | PACKAGES = "${PN}-base" | ||
| 11 | |||
| 12 | TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' | 10 | TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' |
| 13 | 11 | ||
| 14 | RDEPENDS_${PN}-base = " \ | 12 | RDEPENDS_${PN} = " \ |
| 15 | directfb \ | 13 | directfb \ |
| 16 | directfb-examples \ | 14 | directfb-examples \ |
| 17 | pango \ | 15 | pango \ |
