X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fmixer%2Fmixer_git.bb;h=e2b588e6d9c0500dc5a7e11020a830b1f08e458e;hb=80ef86f589812b6272ace7cafa4f9ba178fb71c8;hp=bdbc8db64f510b5cf27e3cb1d497253f2753057d;hpb=e96aae7124dff2e42ebdd7eea6415817071b7831;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 bdbc8db64..e2b588e6d 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -7,7 +7,9 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" + +# 'legacy' version (eel_5.0.3) when 4A is not enabled +SRCREV = "eel_5.0.3" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" @@ -19,4 +21,6 @@ DEPENDS += "qtquickcontrols2 \ qlibwindowmanager \ " +RPROVIDES_${PN} += "virtual/mixer" + inherit qmake5 aglwgt