summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-19 17:29:59 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-23 08:43:38 +0000
commit35c92894ec43fa58b0a8e0aab5974d1113f87283 (patch)
tree1581b15d0c18425cab5710a0c09dabdbe0780308 /meta
parent9837ab2d5999ffe36652e5fb473e0566ab1ad7cd (diff)
downloadopenembedded-core-contrib-35c92894ec43fa58b0a8e0aab5974d1113f87283.tar.gz
libseccomp: upgrade 2.5.4 -> 2.5.5
Changelog: ========== Update the syscall table for Linux v6.7-rc3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (renamed from meta/recipes-support/libseccomp/libseccomp_2.5.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb
index 505c21917b..a9c617fe9e 100644
--- a/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb
+++ b/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
DEPENDS += "gperf-native"
-SRCREV = "f33f95014b36f97b42f0c2290e96d5c31647ed10"
+SRCREV = "f0b04ab0b4fc0bc2cde6da1f407b4a487fe6d78f"
SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \
file://run-ptest \
@@ -55,4 +55,4 @@ FILES:${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug"
RDEPENDS:${PN}-ptest = "coreutils bash"
-PV = "2.5.4"
+PV = "2.5.5"