diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-12-02 22:39:47 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-12-02 22:40:22 -0800 |
| commit | 73acbc295261d6648d7ead0c53610e4cdc4deb37 (patch) | |
| tree | c53c8e6bb23f99f6c01bb36444eda86fd2dbae1f | |
| parent | b3e202468f87b47d286c08e7e62140b17aaaee2f (diff) | |
| download | meta-openembedded-73acbc295261d6648d7ead0c53610e4cdc4deb37.tar.gz | |
ntpsec: Disable seccomp on riscv32
rv32 does not have seccomp support yet.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 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 d07cac4265..2551b6aab8 100644 --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | |||
| @@ -30,7 +30,7 @@ PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'seccomp systemd', d)} \ | |||
| 30 | nts \ | 30 | nts \ |
| 31 | refclocks" | 31 | refclocks" |
| 32 | 32 | ||
| 33 | PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" | 33 | PACKAGECONFIG:remove:riscv32 = "seccomp" |
| 34 | 34 | ||
| 35 | PACKAGECONFIG[cap] = ",,libcap" | 35 | PACKAGECONFIG[cap] = ",,libcap" |
| 36 | PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage," | 36 | PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage," |
