]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: disable seccomp on mips32
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 19 Oct 2021 15:34:19 +0000 (17:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Oct 2021 16:41:46 +0000 (17:41 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_249.5.bb

index 70f8813895fa644a4eeefb4708877a2447cb66d1..d87f54bf162cc40934f457b150c70d9c3d397533 100644 (file)
@@ -111,6 +111,9 @@ PACKAGECONFIG:remove:libc-musl = " \
     utmp \
 "
 
+# https://github.com/seccomp/libseccomp/issues/347
+PACKAGECONFIG:remove:mipsarch = "seccomp"
+
 CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 "
 
 # Some of the dependencies are weak-style recommends - if not available at runtime,