diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-30 11:48:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:52:57 +0100 |
commit | ce1f15059aa11b1613aff01a9b0ac1fdedaa59f6 (patch) | |
tree | c26edb2832d866031553d6b485ae515c0df5f1e1 /meta/recipes-graphics/images | |
parent | 9bb6f42763d7c3aa4d59ac08b2b4252d2e2b00a2 (diff) | |
download | poky-ce1f15059aa11b1613aff01a9b0ac1fdedaa59f6.tar.gz |
packagegroup-core-x11: move out Sato applications
Move Sato applications to packagegroup-core-x11-sato.
Note that this eliminates both the apps-x11-core and apps-x11-games
IMAGE_FEATURES; in practice it is unlikely these were useful to anyone
outside of the Sato images however.
(From OE-Core rev: 46cc375f29d5ecac7311613514a474f288d7c781)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb index 4c5adee48e..84ceb277be 100644 --- a/meta/recipes-graphics/images/core-image-clutter.bb +++ b/meta/recipes-graphics/images/core-image-clutter.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \ | 1 | DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \ |
2 | which enables development of rich and animated graphical user interfaces." | 2 | which enables development of rich and animated graphical user interfaces." |
3 | 3 | ||
4 | IMAGE_FEATURES += "apps-console-core package-management x11-base apps-x11-core apps-x11-games x11-sato ssh-server-dropbear" | 4 | IMAGE_FEATURES += "apps-console-core package-management x11-base x11-sato ssh-server-dropbear" |
5 | 5 | ||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | 7 | ||