diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:05:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 21:17:37 +0100 |
commit | ab73f2d0a51e5d846f4c232ea6bc81527b70c347 (patch) | |
tree | 28ce4992c7c8ec0a4ccae307cc6a66e99ad277bb /meta/recipes-support/libseccomp | |
parent | 8f2f0fc8e83f97fbf9460b6ea4dbe464bcd8e9c3 (diff) | |
download | poky-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 | ||
8 | DEPENDS += "gperf-native" | 8 | DEPENDS += "gperf-native" |
9 | 9 | ||
10 | SRCREV = "57357d2741a3b3d3e8425889a6b79a130e0fa2f3" | 10 | SRCREV = "f33f95014b36f97b42f0c2290e96d5c31647ed10" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \ | 12 | SRC_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 | ||
52 | RDEPENDS:${PN}-ptest = "coreutils bash" | 52 | RDEPENDS:${PN}-ptest = "coreutils bash" |
53 | 53 | ||
54 | PV = "2.5.3" | 54 | PV = "2.5.4" |