agl-service-homescreen: use AGL_APP_REVISION as SRCREV 76/24676/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 8 Jun 2020 23:09:21 +0000 (19:09 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 10 Jun 2020 01:45:37 +0000 (01:45 +0000)
Switch agl-service-homescreen recipe to using AGL_APP_REVISION as its
SRCREV as all the other binding recipes do.

This change picks up commits:

89edd73 Fix CMake files and non-debug crashes
055909f Update autobuild script to create new targets

Bug-AGL: SPEC-2049, SPEC-3343

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ibb1b8b78f5dc15b73a81d51afe87082cd9796d9e
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24676
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>

meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb

index 0722f1b..7d2661b 100644 (file)
@@ -10,5 +10,5 @@ DEPENDS = "dbus glib-2.0 af-binder json-c"
 inherit cmake aglwgt
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-homescreen;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "b9969c45e5a2f01e672270fab1348c81b7ff3288"
+SRCREV  = "${AGL_APP_REVISION}"
 S = "${WORKDIR}/git"