[oe-commits] Christopher Larson : packagegroup-core-x11-sato: obey the pulseaudio distro feature

git at git.openembedded.org git at git.openembedded.org
Thu Sep 3 11:43:56 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 1b0ce4b98e4d9a0a60243239bcb999ab4564b21e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1b0ce4b98e4d9a0a60243239bcb999ab4564b21e

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Mon Aug 31 12:12:01 2015 -0700

packagegroup-core-x11-sato: obey the pulseaudio distro feature

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 3 +--
 1 file changed, 1 insertion(+), 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 04d1e99..e0b1f51 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



More information about the Openembedded-commits mailing list