From b3e788595dd3059983bcb508c93931eeb2acb66a Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Mon, 7 Oct 2019 12:40:40 +0200 Subject: wam: bump revision Includes commits: * [agl] Implement an envvar for launcher to wait for host process * [agl] Suspend/resume webapps depending on visibility * Create socket and lock files in XDG_RUNTIME_DIR. which are the fixes for the AGL issues: Bug-AGL: SPEC-2793 Bug-AGL: SPEC-1948 Bug-AGL: SPEC-2684 Change-Id: I1dc64ca013804c5df9a7f17f6d6722d40f3271f1 Signed-off-by: Antia Puentes --- meta-html5-framework/recipes-wam/wam/wam_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-html5-framework/recipes-wam/wam/wam_git.bb b/meta-html5-framework/recipes-wam/wam/wam_git.bb index 16737cab..f1566545 100644 --- a/meta-html5-framework/recipes-wam/wam/wam_git.bb +++ b/meta-html5-framework/recipes-wam/wam/wam_git.bb @@ -24,7 +24,7 @@ SRC_URI = "\ file://WebAppMgr.env \ " S = "${WORKDIR}/git" -SRCREV = "8271e13578b92b192cef1d1ac6577bc3699518a4" +SRCREV = "23427000917d2a00f1eaa175893773c0702d48b4" do_install_append() { install -d ${D}${sysconfdir}/wam -- cgit 1.2.3-korg