X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fals-meter-demo%2Fals-meter-demo_git.bb;h=6b0e054a7fc491f1dff1710a02d054955d527545;hb=c60877d5323111e090dbfe6ae0a0a394c333722a;hp=40eadd0d74c1fc3d7695f942c4a15f1533ea3b06;hpb=d1ed12cdcc4552695ab461d38a3e466ece2aac69;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb b/recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb index 40eadd0d7..6b0e054a7 100644 --- a/recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb +++ b/recipes-demo-hmi/als-meter-demo/als-meter-demo_git.bb @@ -6,14 +6,14 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/als-meter-demo;protocol=https;branch=master" -SRCREV = "aa15796ee333339673a8b4ac5468050a9a5b7f93" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/als-meter-demo;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 opencv" +DEPENDS += "qtquickcontrols2 opencv libhomescreen qlibwindowmanager" # runtime dependencies RDEPENDS_${PN} += "agl-service-steering-wheel"