From ca764441c712804d00562f838a4ef00c881750e9 Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde Pérez Date: Tue, 27 Aug 2019 11:04:27 +0200 Subject: chromium68: remove downstream backports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-html5-framework/recipes-wam/chromium/chromium68_git.bb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'meta-html5-framework/recipes-wam/chromium/chromium68_git.bb') 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" -- cgit 1.2.3-korg