Skip to content

Commit 970fa43

Browse files
committed
chromium: update to 87.0.4280.141
Stable release announcements since our latest update: https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html Test-built with: * chromium-x11 * dunfell, clang, MACHINE="intel-core2-32" * dunfell, clang, MACHINE="intel-corei7-64" * dunfell, clang, MACHINE="raspberrypi3" * gatesgarth, MACHINE="raspberrypi3" * chromium-ozone-wayland: * dunfell, clang, MACHINE="intel-corei7-64" * dunfell, clang, MACHINE="qemuarm64" * gatesgarth, clang, MACHINE="raspberrypi3" * dunfell, clang, MACHINE="m3ulcb" Removed Android Licenses: * third_party/android_ndk/NOTICE * It's not removed from the project, but rather from the tarball that is distributed for Linux builds. Thus, there is no CL that would point to that removal. Fixes #432
1 parent 772a887 commit 970fa43

7 files changed

+3
-44
lines changed

recipes-browser/chromium/chromium-gn.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ SRC_URI += " \
1818
file://chromium-Move-CharAllocator-definition-to-a-header-f.patch \
1919
file://remove-enable-dse-memoryssa-command-line-flag.patch \
2020
file://0003-Fix-sandbox-Aw-snap-for-syscalls-403-and-407.patch \
21-
file://0001-Revert-ui-gfx-linux-Remove-2-unnecessary-preprocesso.patch \
2221
file://0001-add-missing-cstring-include.patch \
2322
file://0001-drop-dep-on-ui-ozone-for-building-without-ozone.patch \
2423
file://0001-Fix-local-build.patch \

recipes-browser/chromium/chromium.inc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ HOMEPAGE = "https://www.chromium.org/Home"
44
CVE_PRODUCT = "chromium:chromium google:chrome"
55

66
SRC_URI = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${PV}.tar.xz"
7-
SRC_URI[md5sum] = "017cef5555c7a957091ce12bdd98c821"
8-
SRC_URI[sha256sum] = "3e4645328735ef60db78d1a313efb3770a3edeaede90d076414df52f567a09c0"
7+
SRC_URI[md5sum] = "53a595e1512bbadfde98dd334f28ce26"
8+
SRC_URI[sha256sum] = "147591d7fc21e1a173701d28bbf35baddb91e64dd96ec16d8eee9a5113403375"
99

1010
S = "${WORKDIR}/chromium-${PV}"
1111

@@ -196,7 +196,6 @@ LIC_FILES_CHKSUM = "\
196196
file://${S}/third_party/android_deps/libs/com_google_protobuf_protobuf_javalite/LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b \
197197
file://${S}/third_party/android_deps/libs/javax_inject_javax_inject/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
198198
file://${S}/third_party/android_media/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
199-
file://${S}/third_party/android_ndk/NOTICE;md5=5552da59999006962cb94f01f7f42081 \
200199
file://${S}/third_party/android_opengl/LICENSE;md5=d10e92761a860d4113a7a525c78daf13 \
201200
file://${S}/third_party/android_provider/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
202201
file://${S}/third_party/android_sdk/LICENSE;md5=a9559ed17808a8b10eec6672f993ce75 \

recipes-browser/chromium/files/0001-Revert-ui-gfx-linux-Remove-2-unnecessary-preprocesso.patch

Lines changed: 0 additions & 39 deletions
This file was deleted.

recipes-browser/chromium/files/do-not-specify-march-on-arm.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ index f7f5f6b3b721..1a1a6756e058 100644
2828
- cflags += [ "-mtune=$arm_tune" ]
2929
- }
3030
} else if (current_cpu == "mipsel" && !is_nacl) {
31-
ldflags += [ "-wl,--hash-style=sysv" ]
31+
ldflags += [ "-Wl,--hash-style=sysv" ]
3232
if (custom_toolchain == "") {

0 commit comments

Comments
 (0)