diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-03 14:45:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:07 +0100 |
commit | 54b8e84356b513b0fa6e5bcdfed75000ff8e0575 (patch) | |
tree | 7b0f81cadcfd7a8079ebcdba200af0603f8db6dc /meta/recipes-sato/packagegroups | |
parent | c2e68c6fb9be169f274453412565cb6376770b2b (diff) | |
download | poky-54b8e84356b513b0fa6e5bcdfed75000ff8e0575.tar.gz |
qemu-config: split out shutdown icon to its own recipe
Cleanly shutting down the machine from Sato is useful on other machines,
not all of which have a power button that otherwise enables this, so
make it not specific to qemu* and add it to task-core-x11-sato.
(From OE-Core rev: 738005f4713c0da7bc04582a41efa956efdb9cc0)
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/packagegroups')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 5d781ae2fe..53e15d3550 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -37,6 +37,7 @@ RDEPENDS_${PN}-base = "\ | |||
37 | sato-icon-theme \ | 37 | sato-icon-theme \ |
38 | settings-daemon \ | 38 | settings-daemon \ |
39 | gtk-sato-engine \ | 39 | gtk-sato-engine \ |
40 | shutdown-desktop \ | ||
40 | libsdl \ | 41 | libsdl \ |
41 | ${NETWORK_MANAGER} \ | 42 | ${NETWORK_MANAGER} \ |
42 | " | 43 | " |