From 94f1a2bc89c0cd72f4f815f37e6af39000240669 Mon Sep 17 00:00:00 2001 From: Max Ihlenfeldt Date: Tue, 27 Jun 2023 09:49:39 +0000 Subject: [PATCH] chromium: Update to 114.0.5735.198 Release notes: https://chromereleases.googleblog.com/2023/06/stable-channel-update-for-desktop_26.html Build and patch changes: ------------------------ None. License changes: ---------------- None. Test-built: ----------- * chromium-ozone-wayland: - master, clang, MACHINE=qemuarm64 - mickledore, clang, MACHINE=qemux86-64, qemuarm64 - kirkstone, clang, MACHINE=raspberrypi4-64, qemux86-64 - dunfell, clang, MACHINE=qemux86-64 * chromium-x11 - master, clang, MACHINE=raspberrypi4-64, qemux86-64, qemuarm64, qemuarm - mickledore, clang, MACHINE=raspberrypi4-64, qemux86-64, qemuarm64, qemuarm - kirkstone, clang, MACHINE=raspberrypi4-64, qemux86-64, qemuarm64, qemuarm - dunfell, clang**, MACHINE=raspberrypi4-64***, qemux86-64, qemuarm64, qemuarm ** Please note that Chromium requires below set-up when on dunfell branch. - The clang version to be >= 12 and for that, use the latest meta-clang/dunfell-clang12 branch. - Require the latest meta-oe with Nodejs 14.x support. - Add the PREFERRED_VERSION_nodejs-native = "14.%" in conf/local.conf file. *** Please note that there currently is a problem on RPi4/dunfell where Chromium's network service crashes. Signed-off-by: Max Ihlenfeldt --- ...4.0.5735.133.bb => chromium-ozone-wayland_114.0.5735.198.bb} | 0 ...ium-x11_114.0.5735.133.bb => chromium-x11_114.0.5735.198.bb} | 0 meta-chromium/recipes-browser/chromium/chromium.inc | 2 +- ...{gn-native_114.0.5735.133.bb => gn-native_114.0.5735.198.bb} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename meta-chromium/recipes-browser/chromium/{chromium-ozone-wayland_114.0.5735.133.bb => chromium-ozone-wayland_114.0.5735.198.bb} (100%) rename meta-chromium/recipes-browser/chromium/{chromium-x11_114.0.5735.133.bb => chromium-x11_114.0.5735.198.bb} (100%) rename meta-chromium/recipes-browser/chromium/{gn-native_114.0.5735.133.bb => gn-native_114.0.5735.198.bb} (100%) diff --git a/meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_114.0.5735.133.bb b/meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_114.0.5735.198.bb similarity index 100% rename from meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_114.0.5735.133.bb rename to meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_114.0.5735.198.bb diff --git a/meta-chromium/recipes-browser/chromium/chromium-x11_114.0.5735.133.bb b/meta-chromium/recipes-browser/chromium/chromium-x11_114.0.5735.198.bb similarity index 100% rename from meta-chromium/recipes-browser/chromium/chromium-x11_114.0.5735.133.bb rename to meta-chromium/recipes-browser/chromium/chromium-x11_114.0.5735.198.bb diff --git a/meta-chromium/recipes-browser/chromium/chromium.inc b/meta-chromium/recipes-browser/chromium/chromium.inc index 5df6bd815..4666a214d 100644 --- a/meta-chromium/recipes-browser/chromium/chromium.inc +++ b/meta-chromium/recipes-browser/chromium/chromium.inc @@ -4,7 +4,7 @@ HOMEPAGE = "https://www.chromium.org/Home" CVE_PRODUCT = "chromium:chromium google:chrome" SRC_URI = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${PV}.tar.xz" -SRC_URI[sha256sum] = "8289ec1ec9e2540313af10bcf97721ec560789c931fc0583a2f5a545f223d262" +SRC_URI[sha256sum] = "a9f3440feeab51f56b199797b83b458ca545bf67e114c62b21470fadd5a41dea" S = "${WORKDIR}/chromium-${PV}" diff --git a/meta-chromium/recipes-browser/chromium/gn-native_114.0.5735.133.bb b/meta-chromium/recipes-browser/chromium/gn-native_114.0.5735.198.bb similarity index 100% rename from meta-chromium/recipes-browser/chromium/gn-native_114.0.5735.133.bb rename to meta-chromium/recipes-browser/chromium/gn-native_114.0.5735.198.bb