aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-06-11 23:07:34 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-06-11 23:07:34 +0000
commitb9d0a59508f1f4287cafcec929fba11e51289415 (patch)
tree2477963775c1363ef352458926c7181e55210bb9 /meta-agl-bsp
parent41488f9613b66ffb767517f3e8b558605448806b (diff)
parentedc96e29e2f26625750bec151c4e6f65275c6e14 (diff)
Merge "Do not pull pulseaudio-misc if pulseaudio is not enabled"
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r--meta-agl-bsp/conf/include/agl_dra7xx-evm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc
index 12c0a2797..54524a814 100644
--- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc
+++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc
@@ -26,7 +26,7 @@ PREFERRED_VERSION_libgbm = "10.0.0"
PACKAGES_MULTIMEDIA = " \
ipumm-fw \
- pulseaudio-misc \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-misc' , '', d)} \
"
PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"