From 9d8f095906b190375e6d4bf532063df07f825db7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 22 Oct 2019 05:17:03 -0400 Subject: 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 --- .../agl-service-windowmanager/agl-service-windowmanager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg