diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-06-26 16:51:45 +0200 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-06-28 19:14:49 +0000 |
commit | 1bb6330e44ba07402ac49654a4072fc52ff00427 (patch) | |
tree | 45977b4301d5acbf5362eda06bc480b9a07972fd /recipes-demo-hmi/mixer/mixer_git.bb | |
parent | b6c5e9e4b360c334212e5f3c8a0fb33cfb295f87 (diff) |
Create a virtual/mixer for the AGL mixer
Bug-AGL: SPEC-1520
Change-Id: I7e382d0b31dcdabb98a95d90bacf89f2ec03abe9
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/mixer/mixer_git.bb')
-rw-r--r-- | recipes-demo-hmi/mixer/mixer_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo-hmi/mixer/mixer_git.bb b/recipes-demo-hmi/mixer/mixer_git.bb index ea335990e..9ceb7d3b5 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -10,8 +10,6 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=https;bra # 'legacy' version (eel_5.0.3) when 4A is not enabled SRCREV = "eel_5.0.3" -# 4A-aware mixer -SRVREV_agl-audio-4a-framework = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" @@ -23,4 +21,6 @@ DEPENDS += "qtquickcontrols2 \ qlibwindowmanager \ " +PROVIDES += "virtual/mixer" + inherit qmake5 aglwgt |