diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-08 08:42:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 08:25:28 +0100 |
commit | 2358923e6269017d9e37dff4a154a04d2a02b733 (patch) | |
tree | 9d192a5d890599a3bcbc700b1fa330b76a8f949d /meta/recipes-extended/sysklogd | |
parent | 335d6d3be08ffa30e68865fff2ace70615f4bd53 (diff) | |
download | poky-2358923e6269017d9e37dff4a154a04d2a02b733.tar.gz |
sysklogd: upgrade 2.4.0 -> 2.4.2
(From OE-Core rev: f0575e72229877e0dd278a2d8e78a5ce7a5d00c6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysklogd')
-rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd_2.4.2.bb (renamed from meta/recipes-extended/sysklogd/sysklogd_2.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.4.0.bb b/meta/recipes-extended/sysklogd/sysklogd_2.4.2.bb index 4e6da70e4a..948acbcf59 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.4.0.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.4.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https | |||
14 | file://sysklogd \ | 14 | file://sysklogd \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRCREV = "7dc4783af8e8e0d200d38a87b6a4bc9bbec5ce92" | 17 | SRCREV = "78505913888b71b2fa2e8616636fcc430ffa30bb" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||