From: Alexander Kanavin Date: Thu, 5 May 2022 05:05:10 +0000 (+0200) Subject: libseccomp: upgrade 2.5.3 -> 2.5.4 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=630a7c184a936503ee4a7155925fb4746a6d93da;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libseccomp: upgrade 2.5.3 -> 2.5.4 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.3.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb similarity index 96% rename from meta/recipes-support/libseccomp/libseccomp_2.5.3.bb rename to meta/recipes-support/libseccomp/libseccomp_2.5.4.bb index e6260a77545..c76f3c35735 100644 --- a/meta/recipes-support/libseccomp/libseccomp_2.5.3.bb +++ b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357c DEPENDS += "gperf-native" -SRCREV = "57357d2741a3b3d3e8425889a6b79a130e0fa2f3" +SRCREV = "f33f95014b36f97b42f0c2290e96d5c31647ed10" SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \ file://run-ptest \ @@ -51,4 +51,4 @@ FILES:${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug" RDEPENDS:${PN}-ptest = "coreutils bash" -PV = "2.5.3" +PV = "2.5.4"