diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd_249.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 = " \ | |||
111 | utmp \ | 111 | utmp \ |
112 | " | 112 | " |
113 | 113 | ||
114 | # https://github.com/seccomp/libseccomp/issues/347 | ||
115 | PACKAGECONFIG:remove:mipsarch = "seccomp" | ||
116 | |||
114 | CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 " | 117 | CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 " |
115 | 118 | ||
116 | # Some of the dependencies are weak-style recommends - if not available at runtime, | 119 | # Some of the dependencies are weak-style recommends - if not available at runtime, |