diff options
Diffstat (limited to 'recipes-demo-hmi/CES2016-demo/CES2016-demo.bb')
-rw-r--r-- | recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index aec13e476..13bc28cfd 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -8,9 +8,12 @@ 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 = "${AUTOREV}" -PV = "1.0+git" +SRCREV = "6e048fa867650571cd1630908e6bd86828630d2f" +# for development use +#SRCREV = "${AUTOREV}" + +PV = "2.0.1" RDEPENDS_${PN} += " \ qtmultimedia-qmlplugins \ |