Skip to content

Commit e75da7c

Browse files
chromium: update to 116.0.5845.187 (#758)
Release notes: https://chromereleases.googleblog.com/2023/09/stable-channel-update-for-desktop_11.html Build and patch changes: ------------------------ None. License changes: ---------------- None. Test-built: ----------- * chromium-ozone-wayland: - mickledore, clang, MACHINE=qemuarm64 - kirkstone, clang, MACHINE=raspberrypi4-64 * chromium-x11 - dunfell, clang**, MACHINE=raspberrypi4-64 ** Please note that Chromium requires below set-up when on dunfell branch. - The clang version to be >= 14 and for that, use the latest meta-clang/dunfell-clang14 branch. - Require the latest meta-oe with Nodejs 14.x support. - Add the PREFERRED_VERSION_nodejs-native = "14.%" in conf/local.conf file. Signed-off-by: Max Ihlenfeldt <max@igalia.com>
1 parent 3d1351f commit e75da7c

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

meta-chromium/recipes-browser/chromium/chromium.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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[sha256sum] = "8bf9b56381bfeb960a2d8c0dd130253820701fb49c12e52fa4d697ac11896025"
7+
SRC_URI[sha256sum] = "512ab82a9dc5f2b7a0ce1e9156fc1005402c15f1d655475c5dcf8c8978f65494"
88

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

0 commit comments

Comments
 (0)