diff options
author | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2015-05-22 21:51:56 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-24 07:19:06 +0100 |
commit | 76b5cc55ca9c325d0f1cc966f1f4e237e91c5515 (patch) | |
tree | 9e9ae6f401bd95c7b446bb4821e2b6c2be8f714b /meta/recipes-sato/packagegroups | |
parent | e91b5add8f2b9d89f6c13d21e5acfc9564792306 (diff) | |
download | openembedded-core-76b5cc55ca9c325d0f1cc966f1f4e237e91c5515.tar.gz openembedded-core-76b5cc55ca9c325d0f1cc966f1f4e237e91c5515.tar.bz2 openembedded-core-76b5cc55ca9c325d0f1cc966f1f4e237e91c5515.zip |
packagegroup-core-x11-sato: add PulseAudio
This enables PulseAudio in the Sato images.
[YOCTO #7517]
Signed-off-by: Tanu Kaskinen <tanu.kaskinen@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 | 2 |
1 files changed, 2 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 2d046c4f7b..04d1e9975d 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -39,6 +39,8 @@ RDEPENDS_${PN}-base = "\ libsdl \ ${NETWORK_MANAGER} \ udev-extraconf \ + pulseaudio-server \ + pulseaudio-client-conf-sato \ " # pcmanfm doesn't work on mips |