diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-08-27 11:04:27 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-08-27 11:04:27 +0200 |
commit | ca764441c712804d00562f838a4ef00c881750e9 (patch) | |
tree | 4e4b3fa025a513c69743b34ff41f4e458079ebe8 /meta-html5-framework/recipes-wam/chromium/chromium68_git.bb | |
parent | 3e67c0d462fb6ecbe088d2086b648b825b2dd919 (diff) |
chromium68: remove downstream backports
Bump revision to include:
* 3169198 [BACKPORT] skia: Build skcms with -mfp16-format=ieee on GCC ARM builds
* 6aa7e63 [BACKPORT] libavcodec: Remove dynamic relocs from h264idct_neon.S
These patches were being kept in the recipe, but there is no need for
that now.
Bug-AGL: SPEC-2506
Bug-AGL: SPEC-2514
Change-Id: I7dcd221c7f4fc179f2e686c8cc4eb619917ad9ab
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Diffstat (limited to 'meta-html5-framework/recipes-wam/chromium/chromium68_git.bb')
-rw-r--r-- | meta-html5-framework/recipes-wam/chromium/chromium68_git.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb index 8219c387..e23e53ee 100644 --- a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb +++ b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb @@ -23,16 +23,9 @@ SRC_URI = "\ git://github.com/webosose/v8;destsuffix=git/src/v8;rev=${SRCREV_v8} \ file://v8-qemu-wrapper.patch \ " -SRCREV_chromium68 = "6a0470f2d03caaeee3ff854b2423bf4e4b2afbbe" +SRCREV_chromium68 = "3169198da53cbb842e504e91473e021a6b07bcc0" SRCREV_v8 = "1e3af71f1ff3735e8a5b639c48dfca63a7b8a647" -# Backport of https://chromium-review.googlesource.com/c/chromium/src/+/1138251/ -SRC_URI_append_armv7a = " file://0001-skia-Build-skcms-with-mfp16-format-ieee-on-GCC-ARM-b.patch" -SRC_URI_append_armv7ve = " file://0001-skia-Build-skcms-with-mfp16-format-ieee-on-GCC-ARM-b.patch" - -# Backport of https://chromium-review.googlesource.com/c/chromium/third_party/ffmpeg/+/1390286 -SRC_URI_append_aarch64 = " file://0001-libavcodec-Remove-dynamic-relocs-from-h264idct_neon..patch" - # we don't include SRCPV in PV, so we have to manually include SRCREVs in do_fetch vardeps do_fetch[vardeps] += "SRCREV_v8" SRCREV_FORMAT = "main_v8" |