chromium: Upgrade to 147.0.7727.116 (whinlatter)#978
Open
zboszor wants to merge 2 commits intoOSSystems:whinlatterfrom
Open
chromium: Upgrade to 147.0.7727.116 (whinlatter)#978zboszor wants to merge 2 commits intoOSSystems:whinlatterfrom
zboszor wants to merge 2 commits intoOSSystems:whinlatterfrom
Conversation
The sed invocation assumes TARGET_VENDOR is "-oe", which causes this
error for yocto configurations which set TARGET_VENDOR or HOST_VENDOR:
ninja: error: '.../libclang_rt.builtins.a', needed by '.../liballoc_error_handler_impl.a', missing and no known rule to make it
Fix by using "${TARGET_VENDOR}-" and "${HOST_VENDOR}-", not "-oe-".
See OSSystems#974
Signed-off-by: Calvin Owens <calvin@wbinvd.org>
(cherry picked from commit 7172778)
Release notes: 147.0.7727.101 https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_15.html 147.0.7727.116 https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_22.html Build and patch changes: ------------------------ 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: 8751ec83421192fc0f8495fb95798f9eb7be77a0 * 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes #977 (actually, cherry-picked #976 from master)