diff options
author | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-07-17 08:59:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-07-17 08:59:05 +0000 |
commit | ef5c3f43081d09ef58abea2b25ead9ea73047887 (patch) | |
tree | 09cb11aee7b59bbc172774408a22bb2a488ba782 | |
parent | 79666b53c663d8057cdd6d8e94cc0f3f83b1bd26 (diff) | |
parent | c42da96fa4268656190585723cdc58ac5bdc3ace (diff) |
Merge "4a-mixer: use PREFERRED_RPROVIDER for virtual/mixer"
-rw-r--r-- | meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc | 2 |
1 files changed, 1 insertions, 1 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 da626662..935b9ad1 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,7 +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" PREFERRED_VERSION_alsa-plugins = "1.1.6" |