[meta-arago][master][PATCH] Revert "chromium: Add a patch to fix build against GLIBC 2.43"

Thorsten Lannynd <[email protected]> Tue, 24 Mar 2026 08:02:21 -0500
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
This reverts commit 929edd49fb48cecba4277a458980a2d0aa96f39b.

Signed-off-by: Thorsten Lannynd <[email protected]>
---

This patch requires oe-layersetup: `arago-master: Update meta-browser
commit SHA` to build successfully

 .../fix-SYS_SECCOMP-redefinition.patch           | 16 ----------------
 .../chromium/chromium-ozone-wayland-arago.inc    |  1 -
 2 files changed, 17 deletions(-)
 delete mode 100644 meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-142.0.7444.175/fix-SYS_SECCOMP-redefinition.patch

diff --git a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-142.0.7444.175/fix-SYS_SECCOMP-redefinition.patch b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-142.0.7444.175/fix-SYS_SECCOMP-redefinition.patch
deleted file mode 100644
index 999e5fd8..00000000
--- a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-142.0.7444.175/fix-SYS_SECCOMP-redefinition.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Taken from:
-https://aur.archlinux.org/cgit/aur.git/tree/[email protected]?h=qt5-webengine
-
-Upstream-Status: Submitted [https://github.com/OSSystems/meta-browser/pull/962/changes/4e450497be557fc4b5ff1397f78fa0f8381e281d]
-diff --git a/sandbox/linux/system_headers/linux_seccomp.h b/sandbox/linux/system_headers/linux_seccomp.h
-index 8690a96eb0..8988836508 100644
---- a/sandbox/linux/system_headers/linux_seccomp.h	2026-03-13 17:54:03.000000000 +0100
-+++ b/sandbox/linux/system_headers/linux_seccomp.h	2026-03-16 08:52:25.509439677 +0100
-@@ -6,6 +6,7 @@
- #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_
-
- #include <stdint.h>
-+#include <signal.h>
- #include <sys/ioctl.h>
-
- #include "build/build_config.h"
diff --git a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc
index 3ec0610a..5b0f2703 100644
--- a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc
+++ b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc
@@ -9,7 +9,6 @@ SRC_URI:append = " \
                   file://0002-chromium-gpu-sandbox-Allow-GPU-sandbox-access-to-V4L.patch \
                   file://0003-chromium-gpu-v4l2-Fix-OUTPUT-queue-streaming-in-V4L2.patch \
                   file://0004-media-gpu-v4l2-Avoid-placing-incomplete-H264-access-.patch \
-                  file://fix-SYS_SECCOMP-redefinition.patch \
                   "
 
 # Override do_copy_clang_library to handle both target and host architectures