diff options
Diffstat (limited to 'recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb')
-rw-r--r-- | recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb b/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb index 04d00da05..680175df7 100644 --- a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb +++ b/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb @@ -8,9 +8,11 @@ LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/ALS2016;protocol=http" -SRCREV = "${AUTOREV}" +SRCREV = "02c98d910f092067655ea7599b3595020ed335e5" +# for development use: +#SRCREV = "${AUTOREV}" -PV = "1.0+git" +PV = "2.0.1" RDEPENDS_${PN} += " \ qtmultimedia-qmlplugins \ |