diff options
author | Antia Puentes <apuentes@igalia.com> | 2019-10-07 12:40:40 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-10-11 12:27:11 +0000 |
commit | b3e788595dd3059983bcb508c93931eeb2acb66a (patch) | |
tree | e6d8fdaf09bf263fa424ee2930bcbe4b708db750 /meta-html5-framework/recipes-wam | |
parent | d56e487f85b69faa022580540f58ca244caf3520 (diff) |
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 <apuentes@igalia.com>
Diffstat (limited to 'meta-html5-framework/recipes-wam')
-rw-r--r-- | meta-html5-framework/recipes-wam/wam/wam_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |