diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-03 14:45:40 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-09-03 22:52:55 -0700 |
commit | 738005f4713c0da7bc04582a41efa956efdb9cc0 (patch) | |
tree | 6fa45eff2351a79ae9fbc16acb2a5ff3a118a4c5 /meta/recipes-sato/packagegroups | |
parent | 3063126e2c8ec72e900a48f7048aaf9662606792 (diff) | |
download | openembedded-core-738005f4713c0da7bc04582a41efa956efdb9cc0.tar.gz openembedded-core-738005f4713c0da7bc04582a41efa956efdb9cc0.tar.bz2 openembedded-core-738005f4713c0da7bc04582a41efa956efdb9cc0.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 = "\ sato-icon-theme \ settings-daemon \ gtk-sato-engine \ + shutdown-desktop \ libsdl \ ${NETWORK_MANAGER} \ " |