diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-12-23 15:25:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:19 +0000 |
commit | 4b543f7405430a2ab452dbd334b4b0a430e1091c (patch) | |
tree | 9c0602d51891d8603a842e34b49893e2584c7aca /meta/recipes-sato | |
parent | 23302ee03ae47136e39d324fabe1ecf40bc3ae79 (diff) | |
download | poky-4b543f7405430a2ab452dbd334b4b0a430e1091c.tar.gz |
packagegroup-core-x11-sato: include pulseaudio-misc
Add pulseaudio-misc to include "pacmd" in core-image-sato* images.
This helps in modifying audio setup during runtime.
[YOCTO #8815]
(From OE-Core rev: 726a82daf8dc23b41fd147035578c57410889c90)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 6679db8aca..753d2bfe7d 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -39,7 +39,7 @@ RDEPENDS_${PN}-base = "\ | |||
39 | libsdl \ | 39 | libsdl \ |
40 | ${NETWORK_MANAGER} \ | 40 | ${NETWORK_MANAGER} \ |
41 | udev-extraconf \ | 41 | udev-extraconf \ |
42 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato', '', d)} \ | 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \ |
43 | " | 43 | " |
44 | 44 | ||
45 | # pcmanfm doesn't work on mips | 45 | # pcmanfm doesn't work on mips |