summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libseccomp/libseccomp_2.5.1.bb')
-rw-r--r--meta/recipes-support/libseccomp/libseccomp_2.5.1.bb10
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
8DEPENDS += "gperf-native" 8DEPENDS += "gperf-native"
9 9
10SRCREV = "4bf70431a339a2886ab8c82e9a45378f30c6e6c7" 10PV .= "+git${SRCPV}"
11SRCREV = "5822e50c2920ce597d038077dea4a0eedf193f86"
11 12
12SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5 \ 13SRC_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
16COMPATIBLE_HOST_riscv32 = "null"
17
18S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
19 21
20inherit autotools-brokensep pkgconfig ptest features_check 22inherit autotools-brokensep pkgconfig ptest features_check