diff options
Diffstat (limited to 'meta')
-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 \ |