diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-10-22 05:17:03 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-10-22 05:17:03 -0400 |
commit | ba9a833b857cfdc97d1ec174739d0eb04cc906dc (patch) | |
tree | d75a01a906ab2dde08b7126764c9a82329fac8fa /meta-agl-profile-graphical | |
parent | 2d49b2ee4f8ef33ec78855d4a6edf5d4b05f0af1 (diff) |
agl-service-windowmanager: switch to floating SRCREV
Change SRCREV in agl-service-windowmanager recipe to AGL_APP_REVISION
so it will be automatically pick up latest branch changes based on the
AGLRELEASETYPE mechanism. This matches the other service recipes.
Bug-AGL: SPEC-2914
Change-Id: I5079f3582ac7c482e5caceb5baebe4178e17008d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-graphical')
-rw-r--r-- | meta-agl-profile-graphical/recipes-apis/agl-service-windowmanager/agl-service-windowmanager_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/recipes-apis/agl-service-windowmanager/agl-service-windowmanager_git.bb b/meta-agl-profile-graphical/recipes-apis/agl-service-windowmanager/agl-service-windowmanager_git.bb index aacd9ccf5..4be5ab1da 100644 --- a/meta-agl-profile-graphical/recipes-apis/agl-service-windowmanager/agl-service-windowmanager_git.bb +++ b/meta-agl-profile-graphical/recipes-apis/agl-service-windowmanager/agl-service-windowmanager_git.bb @@ -16,7 +16,7 @@ inherit cmake aglwgt SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager;protocol=https;branch=${AGL_BRANCH} \ file://weston-ready.conf \ " -SRCREV = "c850f10572d9252f7650065d5a305ca3739fea13" +SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |