summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-07-13 23:03:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-16 21:21:13 +0100
commit752eb3839a46c70f2a847854386e9929d0e6d680 (patch)
tree587b122990f149c0893412ca1aee32f9a7c142d9 /meta/recipes-support/libseccomp/libseccomp_2.5.1.bb
parentd1c3a87c48b598b6e5624d0affe8bd89320631bf (diff)
downloadopenembedded-core-752eb3839a46c70f2a847854386e9929d0e6d680.tar.gz
libseccomp: Update to main branch
Get RV32 imlementation Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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
DEPENDS += "gperf-native"
-SRCREV = "4bf70431a339a2886ab8c82e9a45378f30c6e6c7"
+PV .= "+git${SRCPV}"
+SRCREV = "5822e50c2920ce597d038077dea4a0eedf193f86"
-SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5 \
+SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=main \
+ file://0001-configure.ac-Bump-version-to-2.5.99.patch \
+ file://0001-arch-Add-riscv32-architecture-support.patch \
+ file://0002-Regenerate-syscall-cvs-file-from-5.13-rc5-kernel.patch \
file://run-ptest \
"
-COMPATIBLE_HOST_riscv32 = "null"
-
S = "${WORKDIR}/git"
inherit autotools-brokensep pkgconfig ptest features_check