diff options
author | 2020-07-25 14:41:17 +0000 | |
---|---|---|
committer | 2020-07-27 22:22:01 -0700 | |
commit | b5a5cbe1f511468af0b0673f88c83c3dd1c77da3 (patch) | |
tree | 58fcb10bfdd8786132a5d662036e4db47270ee81 | |
parent | 98ff502d4096331e2b8a8e4044860b23bf6f8ea5 (diff) | |
download | meta-security-b5a5cbe1f511468af0b0673f88c83c3dd1c77da3.tar.gz meta-security-b5a5cbe1f511468af0b0673f88c83c3dd1c77da3.tar.bz2 meta-security-b5a5cbe1f511468af0b0673f88c83c3dd1c77da3.zip |
libsecomp: rv32/rv64 target builds are not supported yet
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/libseccomp/libseccomp_2.4.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |