summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-07-25 14:41:17 +0000
committerArmin Kuster <akuster808@gmail.com>2020-10-16 07:06:23 -0700
commitbb321aa1d760e9fa1635137bee0c8c726fa9868b (patch)
tree9b7030ff687a0cd18a2a399fb4aad59394c91238
parenta1d933f4578161ae7b59222cf7343b045a27adbc (diff)
downloadmeta-security-bb321aa1d760e9fa1635137bee0c8c726fa9868b.tar.gz
libsecomp: rv32/rv64 target builds are not supported yet
Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit b5a5cbe1f511468af0b0673f88c83c3dd1c77da3)
-rw-r--r--recipes-security/libseccomp/libseccomp_2.4.3.bb3
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 \
10 file://run-ptest \ 10 file://run-ptest \
11" 11"
12 12
13COMPATIBLE_HOST_riscv64 = "null"
14COMPATIBLE_HOST_riscv32 = "null"
15
13S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
14 17
15inherit autotools-brokensep pkgconfig ptest 18inherit autotools-brokensep pkgconfig ptest