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-sato/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-sato/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 4bbf099c43..76f90817ad 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Image with Sato, a mobile environment and visual style for \ | |||
2 | mobile devices. The image supports X11 with a Sato theme, Pimlico \ | 2 | mobile devices. The image supports X11 with a Sato theme, Pimlico \ |
3 | applications, and contains terminal, editor, and file manager." | 3 | applications, and contains terminal, editor, and file manager." |
4 | 4 | ||
5 | IMAGE_FEATURES += "apps-console-core package-management x11-base apps-x11-core apps-x11-games x11-sato ssh-server-dropbear" | 5 | IMAGE_FEATURES += "apps-console-core package-management x11-base x11-sato ssh-server-dropbear" |
6 | 6 | ||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | 8 | ||