Skip to content

Commit 73308d8

Browse files
committed
chromium: Upgrade to 147.0.7727.55
Release notes: https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop.html Build and patch changes: ------------------------ Removed patches: * chromium146_backport-Remove-now-obsolete-invalid-patch-on-bytemuck-v1.patch It was merged into the new version. Modified patches: * 0001-Drop-GN-compiler-settings-conflicting-with-OE.patch Adapted to the new version * 0004-Delete-compiler-options-not-available-in-release-ver.patch Also delete compiler option -fno-lifetime-dse as clang 21 does not accept it. New patches: None License changes: ---------------- Added licenses: * third_party/androidx/committed/libs/androidx_core_core_pip/LICENSE * third_party/androidx/committed/libs/androidx_graphics_graphics_core/LICENSE * third_party/androidx/committed/libs/androidx_ink_ink_authoring_android/LICENSE * third_party/androidx/committed/libs/androidx_ink_ink_brush_android/LICENSE * third_party/androidx/committed/libs/androidx_ink_ink_geometry_android/LICENSE * third_party/androidx/committed/libs/androidx_ink_ink_nativeloader_android/LICENSE * third_party/androidx/committed/libs/androidx_ink_ink_rendering_android/LICENSE * third_party/androidx/committed/libs/androidx_ink_ink_strokes_android/LICENSE * third_party/androidx/committed/libs/androidx_input_input_motionprediction/LICENSE * third_party/androidx/committed/libs/androidx_pdf_pdf_ink/LICENSE * third_party/androidx/committed/libs/androidx_test_espresso_espresso_idling_resource/LICENSE * third_party/rust/chromium_crates_io/vendor/opusic-sys-v0_5/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-adapter-libopus-v0_2/LICENSE-APACHE * third_party/rust/chromium_crates_io/vendor/symphonia-codec-vorbis-v0_5/LICENSE Removed licenses: * third_party/android_deps/autorolled/committed/libs/com_squareup_wire_wire_runtime_jvm/LICENSE * third_party/androidx/committed/libs/androidx_tracing_tracing_wire_android/LICENSE Updated licenses: * third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_identity_credentials/LICENSE * third_party/angle/src/common/third_party/xxhash/LICENSE * third_party/rust/chromium_crates_io/vendor/temporal_capi-v0_1/LICENSE-Apache * third_party/rust/chromium_crates_io/vendor/temporal_rs-v0_1/LICENSE-Apache * third_party/rust/chromium_crates_io/vendor/timezone_provider-v0_1/LICENSE-Apache * third_party/screen-ai/THIRD_PARTY_LICENSES * third_party/zlib/LICENSE 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: ab57471acad7ce2a037480dc7b301104620f1ebf * 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 49cee65 commit 73308d8

7 files changed

Lines changed: 60 additions & 99 deletions

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ SRC_URI += "\
3535
file://fix-SYS_SECCOMP-redefinition.patch \
3636
file://use-adler2.patch \
3737
file://chromium-145-zip_ffi_glue-use-edition2024.patch \
38-
file://chromium146_backport-Remove-now-obsolete-invalid-patch-on-bytemuck-v1.patch \
3938
"
4039

4140
# ARM/AArch64-specific patches.

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

File renamed without changes.

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

File renamed without changes.

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

Lines changed: 22 additions & 10 deletions
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] = "32e3a58aa7c3963f4c835cecf77762478dd04152f1d0b578440fd00152f13b29"
7+
SRC_URI[sha256sum] = "b259ece316d73053a3d62ecc20326b6d12f1aa520ce60aaedcdc89d318fa32b7"
88
S = "${UNPACKDIR}/chromium-${PV}"
99

1010
# GCC is not tested or officially supported upstream, and supporting it here
@@ -96,7 +96,7 @@ LIC_FILES_CHKSUM = "\
9696
file://${S}/third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_fido/LICENSE;md5=0b31499076a79957f503e7861250586c \
9797
file://${S}/third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_flags/LICENSE;md5=5c9317538bd492b4fd01eec9d6972640 \
9898
file://${S}/third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_gcm/LICENSE;md5=92b728c587a67a1b9577e9ca141ca520 \
99-
file://${S}/third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_identity_credentials/LICENSE;md5=4a37c94d22ef29d62102bef4fc7bd8b0 \
99+
file://${S}/third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_identity_credentials/LICENSE;md5=848796728ffbc490ef5ab42e20b7cb4f \
100100
file://${S}/third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_iid/LICENSE;md5=05fc50851d6d550ef2bb400b326353f0 \
101101
file://${S}/third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_instantapps/LICENSE;md5=44b3e1cb996ad75b025cf78e53ba7d42 \
102102
file://${S}/third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_location/LICENSE;md5=18ad89b4a01838496ae844c2b9bd2a7f \
@@ -152,7 +152,6 @@ LIC_FILES_CHKSUM = "\
152152
file://${S}/third_party/android_deps/autorolled/committed/libs/com_squareup_leakcanary_shark_hprof/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
153153
file://${S}/third_party/android_deps/autorolled/committed/libs/com_squareup_leakcanary_shark_log/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
154154
file://${S}/third_party/android_deps/autorolled/committed/libs/com_squareup_okio_okio_jvm/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
155-
file://${S}/third_party/android_deps/autorolled/committed/libs/com_squareup_wire_wire_runtime_jvm/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
156155
file://${S}/third_party/android_deps/autorolled/committed/libs/io_grpc_grpc_api/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
157156
file://${S}/third_party/android_deps/autorolled/committed/libs/io_grpc_grpc_binder/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
158157
file://${S}/third_party/android_deps/autorolled/committed/libs/io_grpc_grpc_context/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
@@ -228,6 +227,7 @@ LIC_FILES_CHKSUM = "\
228227
file://${S}/third_party/androidx/committed/libs/androidx_core_core/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
229228
file://${S}/third_party/androidx/committed/libs/androidx_core_core_animation/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
230229
file://${S}/third_party/androidx/committed/libs/androidx_core_core_ktx/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
230+
file://${S}/third_party/androidx/committed/libs/androidx_core_core_pip/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
231231
file://${S}/third_party/androidx/committed/libs/androidx_core_core_viewtree/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
232232
file://${S}/third_party/androidx/committed/libs/androidx_credentials_credentials/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
233233
file://${S}/third_party/androidx/committed/libs/androidx_credentials_credentials_play_services_auth/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
@@ -253,9 +253,17 @@ LIC_FILES_CHKSUM = "\
253253
file://${S}/third_party/androidx/committed/libs/androidx_fragment_fragment/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
254254
file://${S}/third_party/androidx/committed/libs/androidx_fragment_fragment_compose/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
255255
file://${S}/third_party/androidx/committed/libs/androidx_fragment_fragment_ktx/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
256+
file://${S}/third_party/androidx/committed/libs/androidx_graphics_graphics_core/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
256257
file://${S}/third_party/androidx/committed/libs/androidx_graphics_graphics_path/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
257258
file://${S}/third_party/androidx/committed/libs/androidx_graphics_graphics_shapes_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
258259
file://${S}/third_party/androidx/committed/libs/androidx_gridlayout_gridlayout/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
260+
file://${S}/third_party/androidx/committed/libs/androidx_ink_ink_authoring_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
261+
file://${S}/third_party/androidx/committed/libs/androidx_ink_ink_brush_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
262+
file://${S}/third_party/androidx/committed/libs/androidx_ink_ink_geometry_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
263+
file://${S}/third_party/androidx/committed/libs/androidx_ink_ink_nativeloader_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
264+
file://${S}/third_party/androidx/committed/libs/androidx_ink_ink_rendering_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
265+
file://${S}/third_party/androidx/committed/libs/androidx_ink_ink_strokes_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
266+
file://${S}/third_party/androidx/committed/libs/androidx_input_input_motionprediction/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
259267
file://${S}/third_party/androidx/committed/libs/androidx_interpolator_interpolator/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
260268
file://${S}/third_party/androidx/committed/libs/androidx_leanback_leanback/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
261269
file://${S}/third_party/androidx/committed/libs/androidx_leanback_leanback_grid/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
@@ -303,6 +311,7 @@ LIC_FILES_CHKSUM = "\
303311
file://${S}/third_party/androidx/committed/libs/androidx_paging_paging_runtime/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
304312
file://${S}/third_party/androidx/committed/libs/androidx_palette_palette/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
305313
file://${S}/third_party/androidx/committed/libs/androidx_pdf_pdf_document_service/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
314+
file://${S}/third_party/androidx/committed/libs/androidx_pdf_pdf_ink/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
306315
file://${S}/third_party/androidx/committed/libs/androidx_pdf_pdf_viewer/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
307316
file://${S}/third_party/androidx/committed/libs/androidx_pdf_pdf_viewer_fragment/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
308317
file://${S}/third_party/androidx/committed/libs/androidx_preference_preference/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
@@ -322,9 +331,9 @@ LIC_FILES_CHKSUM = "\
322331
file://${S}/third_party/androidx/committed/libs/androidx_sqlite_sqlite_framework_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
323332
file://${S}/third_party/androidx/committed/libs/androidx_startup_startup_runtime/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
324333
file://${S}/third_party/androidx/committed/libs/androidx_swiperefreshlayout_swiperefreshlayout/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
334+
file://${S}/third_party/androidx/committed/libs/androidx_test_espresso_espresso_idling_resource/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
325335
file://${S}/third_party/androidx/committed/libs/androidx_tracing_tracing_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
326336
file://${S}/third_party/androidx/committed/libs/androidx_tracing_tracing_ktx/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
327-
file://${S}/third_party/androidx/committed/libs/androidx_tracing_tracing_wire_android/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
328337
file://${S}/third_party/androidx/committed/libs/androidx_transition_transition/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
329338
file://${S}/third_party/androidx/committed/libs/androidx_tvprovider_tvprovider/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
330339
file://${S}/third_party/androidx/committed/libs/androidx_vectordrawable_vectordrawable/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
@@ -347,7 +356,7 @@ LIC_FILES_CHKSUM = "\
347356
file://${S}/third_party/androidx/committed/libs/androidx_xr_scenecore_scenecore_spatial_core/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
348357
file://${S}/third_party/androidx/committed/libs/androidx_xr_scenecore_scenecore_spatial_rendering/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
349358
file://${S}/third_party/angle/LICENSE;md5=7abdb66a6948f39c2f469140db5184e2 \
350-
file://${S}/third_party/angle/src/common/third_party/xxhash/LICENSE;md5=cb91c07001f1ca6fd50b6bd4f042946a \
359+
file://${S}/third_party/angle/src/common/third_party/xxhash/LICENSE;md5=13be6b481ff5616f77dda971191bb29b \
351360
file://${S}/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/LICENSE;md5=100356b560682b0ae7739e09db42f319 \
352361
file://${S}/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/LICENSE;md5=64356ee6f79c94525e102a3264a62653 \
353362
file://${S}/third_party/angle/src/third_party/libXNVCtrl/LICENSE;md5=9e6c209899aa4986d090320bbca2fc76 \
@@ -675,6 +684,7 @@ LIC_FILES_CHKSUM = "\
675684
file://${S}/third_party/rust/chromium_crates_io/vendor/num-rational-v0_4/LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \
676685
file://${S}/third_party/rust/chromium_crates_io/vendor/num-traits-v0_2/LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \
677686
file://${S}/third_party/rust/chromium_crates_io/vendor/once_cell-v1/LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \
687+
file://${S}/third_party/rust/chromium_crates_io/vendor/opusic-sys-v0_5/LICENSE;md5=4b365c2155d66e550e1447075d6744a5 \
678688
file://${S}/third_party/rust/chromium_crates_io/vendor/ordered-float-v5/LICENSE-MIT;md5=23536a298d2ea9574cce356b6926b0d7 \
679689
file://${S}/third_party/rust/chromium_crates_io/vendor/parking_lot-v0_12/LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \
680690
file://${S}/third_party/rust/chromium_crates_io/vendor/parking_lot_core-v0_9/LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \
@@ -707,21 +717,23 @@ LIC_FILES_CHKSUM = "\
707717
file://${S}/third_party/rust/chromium_crates_io/vendor/strum-v0_27/LICENSE;md5=b73288c747267992cc39afc7bde8af66 \
708718
file://${S}/third_party/rust/chromium_crates_io/vendor/strum_macros-v0_27/LICENSE;md5=b73288c747267992cc39afc7bde8af66 \
709719
file://${S}/third_party/rust/chromium_crates_io/vendor/subtle-v2/LICENSE;md5=cff47234d8cf608834b44ad9405e5493 \
720+
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-adapter-libopus-v0_2/LICENSE-APACHE;md5=86d3f3a95c324c9479bd8986968f4327 \
710721
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-bundle-flac-v0_5/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
711722
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-bundle-mp3-v0_5/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
712723
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-codec-pcm-v0_5/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
724+
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-codec-vorbis-v0_5/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
713725
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-core-v0_5/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
714726
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-metadata-v0_5/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
715727
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-utils-xiph-v0_5/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
716728
file://${S}/third_party/rust/chromium_crates_io/vendor/symphonia-v0_5/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
717729
file://${S}/third_party/rust/chromium_crates_io/vendor/syn-v2/LICENSE-APACHE;md5=22a53954e4e0ec258dfce4391e905dac \
718730
file://${S}/third_party/rust/chromium_crates_io/vendor/synstructure-v0_13/LICENSE;md5=cc272e9322fe8cb3e01e1e22bca8fef9 \
719-
file://${S}/third_party/rust/chromium_crates_io/vendor/temporal_capi-v0_1/LICENSE-Apache;md5=da9ee15fd7b479b549e9986774e40c2f \
720-
file://${S}/third_party/rust/chromium_crates_io/vendor/temporal_rs-v0_1/LICENSE-Apache;md5=da9ee15fd7b479b549e9986774e40c2f \
731+
file://${S}/third_party/rust/chromium_crates_io/vendor/temporal_capi-v0_2/LICENSE-Apache;md5=da9ee15fd7b479b549e9986774e40c2f \
732+
file://${S}/third_party/rust/chromium_crates_io/vendor/temporal_rs-v0_2/LICENSE-Apache;md5=da9ee15fd7b479b549e9986774e40c2f \
721733
file://${S}/third_party/rust/chromium_crates_io/vendor/termcolor-v1/LICENSE-MIT;md5=8d0d0aa488af0ab9aafa3b85a7fc8e12 \
722734
file://${S}/third_party/rust/chromium_crates_io/vendor/thiserror-impl-v2/LICENSE-APACHE;md5=22a53954e4e0ec258dfce4391e905dac \
723735
file://${S}/third_party/rust/chromium_crates_io/vendor/thiserror-v2/LICENSE-APACHE;md5=22a53954e4e0ec258dfce4391e905dac \
724-
file://${S}/third_party/rust/chromium_crates_io/vendor/timezone_provider-v0_1/LICENSE-Apache;md5=da9ee15fd7b479b549e9986774e40c2f \
736+
file://${S}/third_party/rust/chromium_crates_io/vendor/timezone_provider-v0_2/LICENSE-Apache;md5=da9ee15fd7b479b549e9986774e40c2f \
725737
file://${S}/third_party/rust/chromium_crates_io/vendor/tinystr-v0_8/LICENSE;md5=9541a35d720222b4579e8c8fb11a95ef \
726738
file://${S}/third_party/rust/chromium_crates_io/vendor/toktrie-v1/LICENSE;md5=d4a904ca135bb7bc912156fee12726f0 \
727739
file://${S}/third_party/rust/chromium_crates_io/vendor/typed-arena-v2/LICENSE;md5=b5222a75d2ea0e6c555495cc042da92c \
@@ -750,7 +762,7 @@ LIC_FILES_CHKSUM = "\
750762
file://${S}/third_party/rust/chromium_crates_io/vendor/zmij-v1/LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \
751763
file://${S}/third_party/rust/chromium_crates_io/vendor/zoneinfo64-v0_2/LICENSE;md5=9541a35d720222b4579e8c8fb11a95ef \
752764
file://${S}/third_party/ruy/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
753-
file://${S}/third_party/screen-ai/THIRD_PARTY_LICENSES;md5=689b32daee61ad2ea2bcfece639f550d \
765+
file://${S}/third_party/screen-ai/THIRD_PARTY_LICENSES;md5=addb96827a7759d35fc3abae34830fb3 \
754766
file://${S}/third_party/securemessage/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
755767
file://${S}/third_party/selenium-atoms/LICENSE;md5=5cd827bdaf8605a596a7ac9dcf808ea1 \
756768
file://${S}/third_party/selenium-atoms/LICENSE.sizzle;md5=7a9495742f21b7624515e120b720cc65 \
@@ -805,7 +817,7 @@ LIC_FILES_CHKSUM = "\
805817
file://${S}/third_party/x11proto/LICENSE;md5=f242876648161c7208413d60498dc20d \
806818
file://${S}/third_party/xdg-utils/LICENSE;md5=a5367a90934098d6b05af3b746405014 \
807819
file://${S}/third_party/xnnpack/src/LICENSE;md5=afa8f8a91390ab659c837da57124977c \
808-
file://${S}/third_party/zlib/LICENSE;md5=8c75f2b4df47a77f9445315a9500cd1c \
820+
file://${S}/third_party/zlib/LICENSE;md5=66e4e749bb11d80fc7ba510a9ce99534 \
809821
file://${S}/third_party/zstd/src/LICENSE;md5=0822a32f7acdbe013606746641746ee8 \
810822
file://${S}/third_party/zxcvbn-cpp/LICENSE.txt;md5=50f9303d0b3adb4952217b0d8c00d83f \
811823
file://${S}/tools/mac/power/protos/third_party/pprof/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \

meta-chromium/recipes-browser/chromium/files/0001-Drop-GN-compiler-settings-conflicting-with-OE.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
2222
index 59942a3..cf5e62e 100644
2323
--- a/build/config/compiler/BUILD.gn
2424
+++ b/build/config/compiler/BUILD.gn
25-
@@ -1306,25 +1306,6 @@
25+
@@ -1338,25 +1338,6 @@
2626
"-mfpmath=sse",
2727
"-msse3",
2828
]
@@ -41,14 +41,14 @@ index 59942a3..cf5e62e 100644
4141
- ldflags += [ "--target=aarch64-linux-gnu" ]
4242
- }
4343
- if (target_os == "chromeos" && cros_target_cpu_arch != "" &&
44-
- current_cpu == target_cpu) {
44+
- is_a_target_toolchain) {
4545
- cflags += [ "-march=$cros_target_cpu_arch" ]
4646
- ldflags += [ "-march=$cros_target_cpu_arch" ]
4747
- }
4848
} else if (current_cpu == "mipsel") {
4949
ldflags += [ "-Wl,--hash-style=sysv" ]
5050
if (custom_toolchain == "") {
51-
@@ -1332,9 +1313,6 @@
51+
@@ -1364,9 +1345,6 @@
5252
if (is_android) {
5353
cflags += [ "--target=mipsel-linux-android" ]
5454
ldflags += [ "--target=mipsel-linux-android" ]
@@ -58,7 +58,7 @@ index 59942a3..cf5e62e 100644
5858
}
5959
} else {
6060
cflags += [ "-EL" ]
61-
@@ -1414,8 +1392,6 @@
61+
@@ -1446,8 +1424,6 @@
6262
ldflags += [ "-Wl,--hash-style=sysv" ]
6363
if (custom_toolchain == "") {
6464
if (is_clang) {
@@ -67,7 +67,7 @@ index 59942a3..cf5e62e 100644
6767
} else {
6868
cflags += [ "-EB" ]
6969
ldflags += [ "-EB" ]
70-
@@ -1464,8 +1440,6 @@
70+
@@ -1496,8 +1472,6 @@
7171
cflags += [ "--target=mips64el-linux-android" ]
7272
ldflags += [ "--target=mips64el-linux-android" ]
7373
} else {
@@ -76,7 +76,7 @@ index 59942a3..cf5e62e 100644
7676
}
7777
} else {
7878
cflags += [
79-
@@ -1523,8 +1497,6 @@
79+
@@ -1555,8 +1529,6 @@
8080
ldflags += [ "-Wl,--hash-style=sysv" ]
8181
if (custom_toolchain == "") {
8282
if (is_clang) {
@@ -85,7 +85,7 @@ index 59942a3..cf5e62e 100644
8585
} else {
8686
cflags += [
8787
"-EB",
88-
@@ -1695,23 +1667,6 @@
88+
@@ -1727,23 +1699,6 @@
8989
}
9090
}
9191

@@ -109,7 +109,7 @@ index 59942a3..cf5e62e 100644
109109
if (use_clang_modules) {
110110
cflags += [
111111
# This removes absolute paths from .pcm files.
112-
@@ -1849,12 +1804,6 @@
112+
@@ -1881,12 +1836,6 @@
113113
"-fsanitize=array-bounds",
114114
"-fsanitize-trap=array-bounds",
115115

0 commit comments

Comments
 (0)