diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-30 23:24:15 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-09-03 22:52:52 -0700 |
commit | 1179041f1cb7bf11ab17f94d9df05af5016e5b51 (patch) | |
tree | 2a43b873305d9fc6a151bfb3557f4bea8d0a077c /meta/recipes-graphics/images | |
parent | 4c511f77e38cbc9d8d633fef3b1ab4cf93440258 (diff) | |
download | openembedded-core-1179041f1cb7bf11ab17f94d9df05af5016e5b51.tar.gz openembedded-core-1179041f1cb7bf11ab17f94d9df05af5016e5b51.tar.bz2 openembedded-core-1179041f1cb7bf11ab17f94d9df05af5016e5b51.zip |
packagegroup-core-clutter: remove empty -apps/-tests tasks
These aren't useful at the moment, so remove them and all references to
them.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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" IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ packagegroup-core-clutter-core \ - packagegroup-core-clutter-tests \ - packagegroup-core-clutter-apps" + " inherit core-image |