diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-01-03 16:05:22 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-01-03 16:55:33 +0100 |
commit | 72686e1ddb36e44e2f1f1e03fdedd3c5413a9f82 (patch) | |
tree | 1a8c89c50325d58b50e834425919e38e6e034cba | |
parent | 065099bed5d407279aaf5d7be4542d1f91b9f291 (diff) |
Use tag in CES2016demo on albacore branchalbacore_1.0albacore
This pins the CESdemo to the version matching albacore_1.0 tag.
(We avoid tags in recipes themselves due to mirroring.)
Change-Id: Iddf77531ffa4144484284f88541a50f00a51be5a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index 24206bb78..5f7a3bc38 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -7,10 +7,10 @@ SECTION = "apps" 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}" +SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http;branch=albacore" +SRCREV = "0ca1123264b79512f649952e23f71e665266fe72" -PV = "1.0+git${SRCPV}" +PV = "1.0+albacore_1.0" RDEPENDS_${PN} += " \ qtmultimedia-qmlplugins \ |