aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-02 22:39:47 -0800
committerKhem Raj <raj.khem@gmail.com>2021-12-02 22:40:22 -0800
commit73acbc295261d6648d7ead0c53610e4cdc4deb37 (patch)
treec53c8e6bb23f99f6c01bb36444eda86fd2dbae1f
parentb3e202468f87b47d286c08e7e62140b17aaaee2f (diff)
downloadmeta-openembedded-contrib-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.bb2
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)} \
nts \
refclocks"
-PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp"
+PACKAGECONFIG:remove:riscv32 = "seccomp"
PACKAGECONFIG[cap] = ",,libcap"
PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage,"