diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2020-06-08 23:49:53 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-14 16:06:04 +0000 |
commit | 92b98e8d0db9d78dd75c969e37da9afd6559717f (patch) | |
tree | 32d731772c1a8edd6c2ff05df4800aafe277ce5a | |
parent | 1f8b24f7ab5a58c99baed58c8a297bb325752b9f (diff) |
wam: Signal handling for SIGTERM to close webapps
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: Icc4edc13ee76fcdc7a58f26a302596d56178573e
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 2 |
1 files changed, 1 insertions, 1 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 03b81afb..c907c8c3 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 @@ -25,7 +25,7 @@ SRC_URI = "\ file://trunc-webapp-roles.patch \ " S = "${WORKDIR}/git" -SRCREV = "9f6fa59d3fb3cdef983e1f24b0cd8b68271f4dd5" +SRCREV = "d012dbe03f23dd87a4e77bd3eec1fe9d227a5085" do_install_append() { install -d ${D}${sysconfdir}/wam |