From: José Bollo Date: Tue, 28 Jan 2020 11:44:34 +0000 (+0100) Subject: agl-service-homescreen: Relax computation of appid X-Git-Tag: 9.99.1~108 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c5ead8a2a075a233b6b6d965df6ba1816b69c5a2;p=AGL%2Fmeta-agl.git agl-service-homescreen: Relax computation of appid The returned appid is now either the part up to the first @ or the entire string if no @ is present. This evolution is needed to able the removal of handling different versions. Bug-AGL: SPEC-2538 Change-Id: I16cdb3e4a68b2bee067ab18bc2cd2ea21781bed1 Signed-off-by: José Bollo --- diff --git a/meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb b/meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb index 6b250f839..0722f1b1c 100644 --- a/meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb +++ b/meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb @@ -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 = "6c3015a7607c45313fa10792b9914864f8c25831" +SRCREV = "b9969c45e5a2f01e672270fab1348c81b7ff3288" S = "${WORKDIR}/git"