X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fmixer%2Fmixer_git.bb;h=b721970f15cedc5b3d60b2bc9e437890ddf36219;hb=970c8d3138a253c4466cbb96472221d43a94d4fb;hp=ea335990e712c75f26657dd28b50114fdc2df233;hpb=b6c5e9e4b360c334212e5f3c8a0fb33cfb295f87;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 ea335990e..b721970f1 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -8,10 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" 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}" +# 'legacy' version (eel_5.0.3 == master for CES'18) when 4A is not enabled +SRCREV = "d9bb450ee8898cb810027897a32afd3adcb05d9f" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" @@ -19,8 +17,11 @@ S = "${WORKDIR}/git" # build-time dependencies DEPENDS += "qtquickcontrols2 \ pulseaudio \ - virtual/libhomescreen \ + libhomescreen \ qlibwindowmanager \ " +PROVIDES += "virtual/mixer" +RPROVIDES_${PN} += "virtual/mixer" + inherit qmake5 aglwgt