From: Alexander Kanavin Date: Tue, 19 Oct 2021 15:34:19 +0000 (+0200) Subject: systemd: disable seccomp on mips32 X-Git-Tag: uninative-3.5~1111 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=abf13cf886a50429b15d46e414112646cd935c2e;p=openembedded-core.git systemd: disable seccomp on mips32 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_249.5.bb b/meta/recipes-core/systemd/systemd_249.5.bb index 70f8813895..d87f54bf16 100644 --- a/meta/recipes-core/systemd/systemd_249.5.bb +++ b/meta/recipes-core/systemd/systemd_249.5.bb @@ -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,