diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-14 16:19:38 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-09-27 12:12:10 +0000 |
commit | 8a1733ef22fcbbdc7dd5a8fa50279aad1daba426 (patch) | |
tree | 605f7ca35bf9cdc3af5faf15cf56066e33e21540 /meta-agl-profile-core/recipes-apis | |
parent | 065eb6fcd2a27d8b39d2ac21c91606ca96d67cf5 (diff) |
can-low-level: Set version from AGLVERSION
Change-Id: I7b4da62501ffdce89c76fdc66094410cb52412a3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-apis')
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb index 901d47616..75bc3a7c1 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level;protocol=https;branch=${AGL_BRANCH}" SRCREV = "01715613f16113017529c51703f3e5d90918c4c5" -PV = "5.99.6+git${SRCPV}" +PV = "${AGLVERSION}" S = "${WORKDIR}/git" RDEPENDS_${PN} = "dev-mapping" |