diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2020-06-08 23:41:58 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-06-08 23:44:46 +0200 |
commit | dfbc6e8a03c59060c9ec309e111c4707bfc3862f (patch) | |
tree | 41436092287189aebe3f71d994a8c5d071e90c16 | |
parent | 373c69ed1c0c125e74c991d6fcc6aef27dcce1d3 (diff) |
wam: Signal handling for SIGTERM to close webappsicefish_9.0.4icefish_9.0.3icefish/9.0.4icefish/9.0.39.0.49.0.3icefish
Include fix for getting web manager notified on
the event in order to gracefully close webapps.
Bug-AGL: SPEC-2973
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
Change-Id: I21dd069c5a3fb1207fc6f41d14028982456d058e
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb index 2ccd6e63..f6967604 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb +++ b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb @@ -19,13 +19,13 @@ PROVIDES += "virtual/webruntime" RPROVIDES_${PN} += "virtual/webruntime" SRC_URI = "\ - git://github.com/webosose/${PN}.git;branch=@6.agl.icefish;protocol=https \ + git://github.com/igalia/${PN}.git;branch=@6.agl.icefish;protocol=https \ file://WebAppMgr@.service \ file://WebAppMgr.env \ file://trunc-webapp-roles.patch \ " S = "${WORKDIR}/git" -SRCREV = "060043b40ffc9fafcf94eec832c2158e81c74f32" +SRCREV = "3e43fd19d09ee295db9bd3fa4c2aabcc56944032" do_install_append() { install -d ${D}${sysconfdir}/wam |