diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-07-25 14:41:17 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-10-16 07:06:23 -0700 |
commit | bb321aa1d760e9fa1635137bee0c8c726fa9868b (patch) | |
tree | 9b7030ff687a0cd18a2a399fb4aad59394c91238 | |
parent | a1d933f4578161ae7b59222cf7343b045a27adbc (diff) | |
download | meta-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.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 \ | |||
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | 12 | ||
13 | COMPATIBLE_HOST_riscv64 = "null" | ||
14 | COMPATIBLE_HOST_riscv32 = "null" | ||
15 | |||
13 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
14 | 17 | ||
15 | inherit autotools-brokensep pkgconfig ptest | 18 | inherit autotools-brokensep pkgconfig ptest |