diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-26 22:21:18 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-26 22:21:18 +0100 |
commit | 73279d6fd1570ce556295ad9744b528056a1e5da (patch) | |
tree | d427401c05ea4ce2a3e01be1bfb7c640092fc1e3 /meta-audio-4a-framework/recipes-multimedia/agl-service-unicens | |
parent | fc66c9aa0ca099d91d6769b25a9af9d5d9a8a3e8 (diff) |
Fix recipe not using AGL_APP_REVISION
Recipes need to use AGL_APP_REVISION (for apps) and AGL_DEFAULT_REVISION (for non-apps)
respectively instead of plain AUTOREV.
AGL_APP_REVISION / AGL_DEFAULT_REVISION will default to AUTOREV in normal operation until
a release is cut in which case we will put in the tag.
See conf/distro/poky-agl.conf
Change-Id: Ib346e9c9bd118d245cccbec3c4bbd3c99e1ec457
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/agl-service-unicens')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb b/meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb index 12de70bf..0e5029f4 100644 --- a/meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb @@ -7,9 +7,9 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-unicens;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AUTOREV}" +SRCREV = "${AGL_APP_REVISION}" -PV = "0.1" +PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" inherit cmake aglwgt pkgconfig |