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