Skip to content

Commit 49cee65

Browse files
authored
chromium: Upgrade to 146.0.7680.177 (whinlatter) (#970)
chromium: Upgrade to 146.0.7680.177 146.0.7680.164 (skipped): https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop_23.html 146.0.7680.177: https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop_31.html Build and patch changes: ------------------------ Removed patches: None Modified patches: None New patches: None License changes: ---------------- None Test-built: ----------- * chromium-ozone-wayland * MACHINE=intel-corei7-64, qemuarm64, raspberrypi3 * chromium-x11 * MACHINE=intel-corei7-64, qemuarm64, raspberrypi3 Test dependencies: ------------------ * URI: git://git.openembedded.org/openembedded-core - branch: whinlatter - revision: f74c948779850a9759d8b24bb83bb661ff85def4 * URI: git://git.openembedded.org/meta-openembedded - layers: meta-oe - branch: whinlatter - revision: 8bcdb0cc1dab116253b409e78fb868ced7d8397c * URI: git://git.yoctoproject.org/meta-intel - branch: master - revision: 92488f89f7f7c06f2d7f9c77ac1f7c7305d36502 * URI: https://github.com/agherzan/meta-raspberrypi - branch: whinlatter - revision: 469e232c77d74cb030fe8a9af4ffe9127214a29b Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
1 parent 1bd39e1 commit 49cee65

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,10 @@ do_copy_clang_library () {
493493
if [ "${TARGET_ARCH}" != "${BUILD_ARCH}" ]; then
494494
export CHROMIUM_BUILD_TRIPLET="$(echo ${RUST_BUILD_SYS} | sed 's:-oe-:-unknown-:')"
495495
cd "${STAGING_LIBDIR_NATIVE}/clang"
496-
rm -rf "latest/lib/${CHROMIUM_BUILD_TRIPLET}"
497-
cp -ar latest/lib/linux "latest/lib/${CHROMIUM_BUILD_TRIPLET}"
496+
if [ -d "latest/lib/linux" ]; then
497+
rm -rf "latest/lib/${CHROMIUM_BUILD_TRIPLET}"
498+
cp -ar latest/lib/linux "latest/lib/${CHROMIUM_BUILD_TRIPLET}"
499+
fi
498500
cd "latest/lib/${CHROMIUM_BUILD_TRIPLET}"
499501

500502
for file in *-"${BUILD_ARCH}".a *-"${BUILD_ARCH}hf".a; do

meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_146.0.7680.153.bb renamed to meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_146.0.7680.177.bb

File renamed without changes.

meta-chromium/recipes-browser/chromium/chromium-x11_146.0.7680.153.bb renamed to meta-chromium/recipes-browser/chromium/chromium-x11_146.0.7680.177.bb

File renamed without changes.

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] = "cf6ddd8f31e860ecdfbacdf048b3c2494f264b91492a9693ab3060cba4b72a99"
7+
SRC_URI[sha256sum] = "32e3a58aa7c3963f4c835cecf77762478dd04152f1d0b578440fd00152f13b29"
88
S = "${UNPACKDIR}/chromium-${PV}"
99

1010
# GCC is not tested or officially supported upstream, and supporting it here

0 commit comments

Comments
 (0)