diff options
-rw-r--r-- | recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index df3a92a83..24206bb78 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -8,7 +8,9 @@ LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http" -SRCREV = "AUTOINC" +SRCREV = "${AUTOREV}" + +PV = "1.0+git${SRCPV}" RDEPENDS_${PN} += " \ qtmultimedia-qmlplugins \ |