diff options
author | Antia Puentes <apuentes@igalia.com> | 2019-10-07 16:16:30 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-10-08 21:12:00 +0000 |
commit | 624d554710a4bd0dca359db874678bf023097659 (patch) | |
tree | 3321dc8b771de77222fac7daef8cdb8ad8a94144 | |
parent | 3e595682d9dc40f4011de895165b316cb39e381a (diff) |
chromium68: bump revision, it fixes a WAM crash in rpi
Includes commit:
* Revert "[BACKPORT] [ozone/wayland] Use gbm with in-process-gpu mode"
The original Chromium backport introduced a regression in the
Raspberry Pi, resulting in a crash in the WebAppMgr.
Bug-AGL: SPEC-2790
Change-Id: Ibc7af04cbd0b867d1488bcb18926d3337ad998ef
Signed-off-by: Antia Puentes <apuentes@igalia.com>
-rw-r--r-- | meta-html5-framework/recipes-wam/chromium/chromium68_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb index e23e53ee..8b47bc73 100644 --- a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb +++ b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb @@ -23,7 +23,7 @@ SRC_URI = "\ git://github.com/webosose/v8;destsuffix=git/src/v8;rev=${SRCREV_v8} \ file://v8-qemu-wrapper.patch \ " -SRCREV_chromium68 = "3169198da53cbb842e504e91473e021a6b07bcc0" +SRCREV_chromium68 = "5ebefe83ead91ce6fd2ac8ff9699b848a83ee0ff" SRCREV_v8 = "1e3af71f1ff3735e8a5b639c48dfca63a7b8a647" # we don't include SRCPV in PV, so we have to manually include SRCREVs in do_fetch vardeps |