agl-service-homescreen: Relax computation of appid 11/23711/7
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 28 Jan 2020 11:44:34 +0000 (12:44 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 20 Feb 2020 09:36:30 +0000 (09:36 +0000)
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 <jose.bollo@iot.bzh>
meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb

index 6b250f8..0722f1b 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 = "6c3015a7607c45313fa10792b9914864f8c25831"
+SRCREV = "b9969c45e5a2f01e672270fab1348c81b7ff3288"
 S = "${WORKDIR}/git"