diff options
| -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 |
