diff options
author | Christopher Larson <chris_larson@mentor.com> | 2015-08-31 12:12:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-01 21:47:47 +0100 |
commit | 1b0ce4b98e4d9a0a60243239bcb999ab4564b21e (patch) | |
tree | f90a471841860010d7a37d8b58b4afa307d3d3f9 /meta/recipes-sato | |
parent | 25814dbdd12db0499e4d81876873158e1b8a4fcc (diff) | |
download | openembedded-core-1b0ce4b98e4d9a0a60243239bcb999ab4564b21e.tar.gz openembedded-core-1b0ce4b98e4d9a0a60243239bcb999ab4564b21e.tar.bz2 openembedded-core-1b0ce4b98e4d9a0a60243239bcb999ab4564b21e.zip |
packagegroup-core-x11-sato: obey the pulseaudio distro feature
Signed-off-by: Christopher Larson <chris_larson@mentor.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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 04d1e9975d..e0b1f51601 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -39,8 +39,7 @@ RDEPENDS_${PN}-base = "\ libsdl \ ${NETWORK_MANAGER} \ udev-extraconf \ - pulseaudio-server \ - pulseaudio-client-conf-sato \ + ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato', '', d)} \ " # pcmanfm doesn't work on mips |