diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-06-28 21:34:47 +0200 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-06-29 09:52:53 +0000 |
commit | fb6fac508df2b068327a08c2efce4b8a8c045d34 (patch) | |
tree | 583c15134c3d3e01e21e16f24d274e5c625b8ad2 /meta-audio-4a-framework/conf/include/agl-audio-4a-framework.inc | |
parent | e029270613d3cff3b9dcb878b4749582690136c8 (diff) |
meta-audio-4a-framework: backport alsa 1.1.6 from poky/master
Backport alsa 1.1.6 from poky/master (commit c7c64baa411fd96886918c235b851ae3e5a6a61f)
because softmixer requires latest alsa-lib version.
Bug-AGL: SPEC-1545
Change-Id: I210daad821a136d2fe05636f6387f2d4c68c76e1
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
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 | 6 |
1 files changed, 6 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 491f6d2a..da626662 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 @@ -15,3 +15,9 @@ PACKAGES_pn-alsa-state_remove = "alsa-states-dev" PACKAGES_pn-alsa-state = "alsa-state alsa-states" PREFERRED_PROVIDER_virtual/mixer ?= "4a-mixer" + +PREFERRED_VERSION_alsa-lib = "1.1.6" +PREFERRED_VERSION_alsa-plugins = "1.1.6" +PREFERRED_VERSION_alsa-tools = "1.1.6" +PREFERRED_VERSION_alsa-utils = "1.1.6" +PREFERRED_VERSION_alsa-utils-scripts = "1.1.6" |