diff options
author | Antia Puentes <apuentes@igalia.com> | 2020-08-12 18:14:31 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-13 10:14:00 +0000 |
commit | d5815794cccf39fe65bd005715c17b48f4cc7e53 (patch) | |
tree | 8eeec7cf3969298b76169bb2b2e32ca492a42bd2 /meta-agl-profile-graphical-html5/recipes-wam | |
parent | 0819413f7bb0fb035cbee42eaf5d2e56cb133db3 (diff) |
WAM: update revision
Pick up changes:
bd65004 WebRuntimeAGL: add hander for the homescreen/ShowWindow event
e969ffd CMakeLists: Re-add libhomescreen dependency
Bug-AGL: SPEC-3497
Signed-off-by: Antia Puentes <apuentes@igalia.com>
Change-Id: I6f8618d5defae6db6556c14b9e37447aaabfb8cb
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25110
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'meta-agl-profile-graphical-html5/recipes-wam')
-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 bc5b7ed02..2029d37a4 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 = "7fe85fd505f3246e0448bc92348b9b7126ae943c" +SRCREV = "bd650046b688eb1593ae68c16ba3912837507d08" do_install_append() { install -d ${D}${sysconfdir}/wam |