diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-01-28 12:44:34 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2020-02-20 09:36:30 +0000 |
commit | c5ead8a2a075a233b6b6d965df6ba1816b69c5a2 (patch) | |
tree | d7be8fc4d2cc74252a01f6966c3ce66ec71d0f02 /meta-agl-profile-graphical/recipes-apis | |
parent | 3094e43d82c4a2e52f1819db3ea9e88afc5ecbf8 (diff) |
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-apis')
-rw-r--r-- | meta-agl-profile-graphical/recipes-apis/agl-service-homescreen/agl-service-homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |