From 1bb6330e44ba07402ac49654a4072fc52ff00427 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 26 Jun 2018 16:51:45 +0200 Subject: Create a virtual/mixer for the AGL mixer Bug-AGL: SPEC-1520 Change-Id: I7e382d0b31dcdabb98a95d90bacf89f2ec03abe9 Signed-off-by: Ronan Le Martret --- recipes-demo-hmi/mixer/mixer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-demo-hmi/mixer/mixer_git.bb') 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 -- cgit 1.2.3-korg