diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2016-12-14 17:41:28 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-14 13:06:18 +0000 |
commit | 2f3805df6fcec2b2dbf92121780175fc6f4f909b (patch) | |
tree | ebe494e9cf6f1c48ec1a2703fb8f10621bf7329b /recipes-demo-hmi | |
parent | 0041317e6115e0c662be713a7c43a7a1fb926a5a (diff) |
Append SRCPV to PV in CES2017 to make ${AUTOREV} work correctly
Change-Id: Id6f5768e823b96b05468b3d60bd16aaa5bc3196e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |