diff options
Diffstat (limited to 'meta/recipes-support/libseccomp/libseccomp_2.5.1.bb')
-rw-r--r-- | meta/recipes-support/libseccomp/libseccomp_2.5.1.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb index 8fe1023901..79736f2ad1 100644 --- a/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb +++ b/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb | |||
@@ -7,14 +7,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357c | |||
7 | 7 | ||
8 | DEPENDS += "gperf-native" | 8 | DEPENDS += "gperf-native" |
9 | 9 | ||
10 | SRCREV = "4bf70431a339a2886ab8c82e9a45378f30c6e6c7" | 10 | PV .= "+git${SRCPV}" |
11 | SRCREV = "5822e50c2920ce597d038077dea4a0eedf193f86" | ||
11 | 12 | ||
12 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5 \ | 13 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=main \ |
14 | file://0001-configure.ac-Bump-version-to-2.5.99.patch \ | ||
15 | file://0001-arch-Add-riscv32-architecture-support.patch \ | ||
16 | file://0002-Regenerate-syscall-cvs-file-from-5.13-rc5-kernel.patch \ | ||
13 | file://run-ptest \ | 17 | file://run-ptest \ |
14 | " | 18 | " |
15 | 19 | ||
16 | COMPATIBLE_HOST_riscv32 = "null" | ||
17 | |||
18 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
19 | 21 | ||
20 | inherit autotools-brokensep pkgconfig ptest features_check | 22 | inherit autotools-brokensep pkgconfig ptest features_check |