diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-06-26 16:51:45 +0200 |
---|---|---|
committer | ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-06-27 08:58:58 +0000 |
commit | 80ef86f589812b6272ace7cafa4f9ba178fb71c8 (patch) | |
tree | 22e9482f514687ca6235b103662da9951a07a9f6 /recipes-demo-hmi/mixer | |
parent | 1c185df4d8c711470068569e9f6a19b2f6f329de (diff) |
Bug-AGL: SPEC-1520
Change-Id: Idd0092932403407442e55552764c9683de3feab2
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/mixer')
-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..e2b588e6d 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 \ " +RPROVIDES_${PN} += "virtual/mixer" + inherit qmake5 aglwgt |