File tree Expand file tree Collapse file tree
meta-chromium/recipes-browser/chromium Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ SRC_URI += "\
3232 file://0013-Reduce-minimum-browser-window-width-to-480px.patch \
3333 file://0001-Fix-building-gpu_host_impl.cc-on-Linux.patch \
3434 ${@ '' if rust_is_newer_than_190 (d ) else 'file://chromium-142-crabbyavif-rust18x.patch' } \
35+ file://fix-SYS_SECCOMP-redefinition.patch \
3536"
3637
3738# ARM/AArch64-specific patches.
Original file line number Diff line number Diff line change 1+ Taken from:
2+ https://aur.archlinux.org/cgit/aur.git/tree/0007-qt5-webengine-glibc-2.43-SYS_SECCOMP-as-enum@chromium.patch?h=qt5-webengine
3+
4+ Upstream-Status: Pending
5+ --- a/sandbox/linux/system_headers/linux_seccomp.h 2026-03-13 17:54:03.000000000 +0100
6+ +++ b/sandbox/linux/system_headers/linux_seccomp.h 2026-03-16 08:52:25.509439677 +0100
7+ @@ -6,6 +6,7 @@
8+ #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_
9+
10+ #include <stdint.h>
11+ + #include <signal.h>
12+ #include <sys/ioctl.h>
13+
14+ #include "build/build_config.h"
You can’t perform that action at this time.
0 commit comments