diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-27 12:02:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-07-27 12:02:48 +0000 |
commit | d7796f220dd23780a78a73814329efbf23bcdef1 (patch) | |
tree | 5e91c31ff15805ea05697fa171b300523bcce5e6 /meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc | |
parent | 0bbe245a64a61af0ae5bb82e8bb131f4f3db9734 (diff) | |
parent | 3200cbfaccec7767aa61167e56a687544f922296 (diff) |
Merge changes from topic 'SPEC-1601'
* changes:
4a-mixer: remove useless dependency on pulseaudio
Fix yocto virtual recipes parsing
Diffstat (limited to 'meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc')
-rw-r--r-- | meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc b/meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc index 935b9ad1..12711f66 100644 --- a/meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc +++ b/meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc @@ -14,6 +14,7 @@ PACKAGES_pn-alsa-state_remove = "alsa-state-dev" PACKAGES_pn-alsa-state_remove = "alsa-states-dev" PACKAGES_pn-alsa-state = "alsa-state alsa-states" +PREFERRED_PROVIDER_virtual/mixer ?= "4a-mixer" PREFERRED_RPROVIDER_virtual/mixer ?= "4a-mixer" PREFERRED_VERSION_alsa-lib = "1.1.6" |