From dfbc6e8a03c59060c9ec309e111c4707bfc3862f Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Mon, 8 Jun 2020 23:41:58 +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: I21dd069c5a3fb1207fc6f41d14028982456d058e --- meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 4 ++-- 1 file 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 -- cgit 1.2.3-korg