From bb321aa1d760e9fa1635137bee0c8c726fa9868b Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 25 Jul 2020 14:41:17 +0000 Subject: libsecomp: rv32/rv64 target builds are not supported yet Signed-off-by: Armin Kuster (cherry picked from commit b5a5cbe1f511468af0b0673f88c83c3dd1c77da3) --- recipes-security/libseccomp/libseccomp_2.4.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-security/libseccomp/libseccomp_2.4.3.bb b/recipes-security/libseccomp/libseccomp_2.4.3.bb index 9ca41e6..37d3573 100644 --- a/recipes-security/libseccomp/libseccomp_2.4.3.bb +++ b/recipes-security/libseccomp/libseccomp_2.4.3.bb @@ -10,6 +10,9 @@ SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \ file://run-ptest \ " +COMPATIBLE_HOST_riscv64 = "null" +COMPATIBLE_HOST_riscv32 = "null" + S = "${WORKDIR}/git" inherit autotools-brokensep pkgconfig ptest -- cgit v1.2.3-54-g00ecf