diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-30 23:24:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:00 +0100 |
commit | e5f7edf0d6d2d1f6cb4187af9d75d7dd57de134b (patch) | |
tree | d7b99ece012803dfca3709f4ee2bad219507011d | |
parent | b9052eec6f701576c1fdec2911148b8d47e2382c (diff) | |
download | poky-e5f7edf0d6d2d1f6cb4187af9d75d7dd57de134b.tar.gz |
packagegroup-core-clutter: remove empty -apps/-tests tasks
These aren't useful at the moment, so remove them and all references to
them.
(From OE-Core rev: 1179041f1cb7bf11ab17f94d9df05af5016e5b51)
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-clutter.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb | 13 |
2 files changed, 3 insertions, 13 deletions
diff --git a/meta/recipes-graphics/images/core-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb index 84ceb277be..496246e4f2 100644 --- a/meta/recipes-graphics/images/core-image-clutter.bb +++ b/meta/recipes-graphics/images/core-image-clutter.bb | |||
@@ -8,7 +8,6 @@ LICENSE = "MIT" | |||
8 | IMAGE_INSTALL = "\ | 8 | IMAGE_INSTALL = "\ |
9 | ${CORE_IMAGE_BASE_INSTALL} \ | 9 | ${CORE_IMAGE_BASE_INSTALL} \ |
10 | packagegroup-core-clutter-core \ | 10 | packagegroup-core-clutter-core \ |
11 | packagegroup-core-clutter-tests \ | 11 | " |
12 | packagegroup-core-clutter-apps" | ||
13 | 12 | ||
14 | inherit core-image | 13 | inherit core-image |
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb index b928096ef2..2c62820619 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb | |||
@@ -10,20 +10,11 @@ PR = "r4" | |||
10 | inherit packagegroup | 10 | inherit packagegroup |
11 | 11 | ||
12 | PACKAGES = "\ | 12 | PACKAGES = "\ |
13 | packagegroup-core-clutter-core \ | 13 | ${PN}-core \ |
14 | packagegroup-core-clutter-apps \ | ||
15 | packagegroup-core-clutter-tests \ | ||
16 | " | 14 | " |
17 | 15 | ||
18 | RDEPENDS_packagegroup-core-clutter-core = "\ | 16 | RDEPENDS_${PN}-core = "\ |
19 | clutter-1.8 \ | 17 | clutter-1.8 \ |
20 | clutter-gst-1.8 \ | 18 | clutter-gst-1.8 \ |
21 | clutter-gtk-1.8 \ | 19 | clutter-gtk-1.8 \ |
22 | " | 20 | " |
23 | |||
24 | #RDEPENDS_packagegroup-core-clutter-tests = "\ | ||
25 | # clutter-gst-1.8-examples \ | ||
26 | # clutter-gtk-1.8-examples" | ||
27 | |||
28 | #RDEPENDS_packagegroup-core-clutter-apps = "\ | ||
29 | # clutter-box2d " | ||