From: Tasuku Suzuki Date: Wed, 14 Dec 2016 08:41:28 +0000 (+0900) Subject: Append SRCPV to PV in CES2017 to make ${AUTOREV} work correctly X-Git-Tag: 3.0.0~55 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2f3805df6fcec2b2dbf92121780175fc6f4f909b;p=AGL%2Fmeta-agl-demo.git Append SRCPV to PV in CES2017 to make ${AUTOREV} work correctly Change-Id: Id6f5768e823b96b05468b3d60bd16aaa5bc3196e Signed-off-by: Tasuku Suzuki --- diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb index cdb0d58b8..cee903af1 100644 --- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb +++ b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb @@ -3,7 +3,7 @@ DESCRIPTION = "App Lanucher app in QML format for the AGL Demonstrator @ CESS201 HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/CES2017" LICENSE = "MPL-2.0" SECTION = "apps" -PV = "1.0+git" +PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/" PN = "ces2017-demo"