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 /meta/recipes-graphics/images | |
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>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-gtk-directfb.bb | 8 |
1 files changed, 1 insertions, 7 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 () { |