diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-26 22:47:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-11-26 22:47:44 +0000 |
commit | 21cf14bcfec3ddbec729ed2b856861d1f96fb478 (patch) | |
tree | 646f086797e8418ad28997abfb2e3608dc03fa40 /meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a | |
parent | 6074b47160aefb9c2c51d085b9a70ab21e803785 (diff) | |
parent | 73279d6fd1570ce556295ad9744b528056a1e5da (diff) |
Merge "Fix recipe not using AGL_APP_REVISION"eel_4.99.3eel/4.99.34.99.3
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb b/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb index 5165f949..a0bb6d90 100644 --- a/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_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-audio-4a;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 |