diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-04 08:05:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-04 10:07:21 -0700 |
commit | 00dba6bf6b4e5440eca9eb293be598773f943e30 (patch) | |
tree | 7279e845978820f1f8fec7bc7735c67a1c1f0bdb | |
parent | 57776d013ab6f74439a6963536421b81635d783c (diff) | |
download | meta-openembedded-00dba6bf6b4e5440eca9eb293be598773f943e30.tar.gz |
ntpsec: Disable seccomp on musl/rv32
seccomp on musl is not fully done yet
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb index 1e075b0971..a0d8871ccc 100644 --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | |||
@@ -26,6 +26,9 @@ PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'seccomp systemd', d)} \ | |||
26 | mssntp \ | 26 | mssntp \ |
27 | nts \ | 27 | nts \ |
28 | refclocks" | 28 | refclocks" |
29 | |||
30 | PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" | ||
31 | |||
29 | PACKAGECONFIG[cap] = ",,libcap" | 32 | PACKAGECONFIG[cap] = ",,libcap" |
30 | PACKAGECONFIG[leap-smear] = "--enable-leap-smear" | 33 | PACKAGECONFIG[leap-smear] = "--enable-leap-smear" |
31 | PACKAGECONFIG[mdns] = ",,mdns" | 34 | PACKAGECONFIG[mdns] = ",,mdns" |