diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-07-25 14:41:17 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-07-27 22:22:01 -0700 |
| commit | b5a5cbe1f511468af0b0673f88c83c3dd1c77da3 (patch) | |
| tree | 58fcb10bfdd8786132a5d662036e4db47270ee81 | |
| parent | 98ff502d4096331e2b8a8e4044860b23bf6f8ea5 (diff) | |
| download | meta-security-b5a5cbe1f511468af0b0673f88c83c3dd1c77da3.tar.gz | |
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 \ | |||
| 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 |
