From 92b98e8d0db9d78dd75c969e37da9afd6559717f Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Mon, 8 Jun 2020 23:49:53 +0200 Subject: 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 Change-Id: Icc4edc13ee76fcdc7a58f26a302596d56178573e --- meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg