X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo-hmi%2Fmixer%2Fmixer_git.bb;h=ea335990e712c75f26657dd28b50114fdc2df233;hb=b6c5e9e4b360c334212e5f3c8a0fb33cfb295f87;hp=f0ca5d9c1818fa9267f8ff5b4cb4d667a80a0866;hpb=902589932c94a9c9112fa34f25b6ea867e20bc39;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/mixer/mixer_git.bb b/recipes-demo-hmi/mixer/mixer_git.bb index f0ca5d9c1..ea335990e 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -6,13 +6,21 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=http" -SRCREV = "${AUTOREV}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=https;branch=${AGL_BRANCH}" + +# '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" -inherit qmake5 aglwgt - # build-time dependencies -DEPENDS += "qtquickcontrols2 pulseaudio" +DEPENDS += "qtquickcontrols2 \ + pulseaudio \ + virtual/libhomescreen \ + qlibwindowmanager \ +" + +inherit qmake5 aglwgt