summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libseccomp
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-05 07:05:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-05 21:17:37 +0100
commitab73f2d0a51e5d846f4c232ea6bc81527b70c347 (patch)
tree28ce4992c7c8ec0a4ccae307cc6a66e99ad277bb /meta/recipes-support/libseccomp
parent8f2f0fc8e83f97fbf9460b6ea4dbe464bcd8e9c3 (diff)
downloadpoky-ab73f2d0a51e5d846f4c232ea6bc81527b70c347.tar.gz
libseccomp: upgrade 2.5.3 -> 2.5.4
(From OE-Core rev: 630a7c184a936503ee4a7155925fb4746a6d93da) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libseccomp')
-rw-r--r--meta/recipes-support/libseccomp/libseccomp_2.5.4.bb (renamed from meta/recipes-support/libseccomp/libseccomp_2.5.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.3.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb
index e6260a7754..c76f3c3573 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
7 7
8DEPENDS += "gperf-native" 8DEPENDS += "gperf-native"
9 9
10SRCREV = "57357d2741a3b3d3e8425889a6b79a130e0fa2f3" 10SRCREV = "f33f95014b36f97b42f0c2290e96d5c31647ed10"
11 11
12SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \ 12SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \
13 file://run-ptest \ 13 file://run-ptest \
@@ -51,4 +51,4 @@ FILES:${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug"
51 51
52RDEPENDS:${PN}-ptest = "coreutils bash" 52RDEPENDS:${PN}-ptest = "coreutils bash"
53 53
54PV = "2.5.3" 54PV = "2.5.4"