From c5ead8a2a075a233b6b6d965df6ba1816b69c5a2 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 28 Jan 2020 12:44:34 +0100 Subject: agl-service-homescreen: Relax computation of appid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-profile-graphical/recipes-apis') 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" -- cgit 1.2.3-korg