]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libcgroup: upgrade 2.0.1 -> 2.0.2
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 18 May 2022 10:58:22 +0000 (12:58 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 24 May 2022 14:34:23 +0000 (04:34 -1000)
Bug fix release:

Fix extra spaces in configure.ac's --enable-bindings
Fix potential segfault if there are more than 100 cgroup mount points

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>
(cherry picked from commit 2139fd56da0d8e3769bcc0b337c446e7e4b98f90)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/libcgroup/libcgroup_2.0.2.bb [moved from meta/recipes-core/libcgroup/libcgroup_2.0.1.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-core/libcgroup/libcgroup_2.0.1.bb
rename to meta/recipes-core/libcgroup/libcgroup_2.0.2.bb
index 857a4e86fd7ae528bcc6aa43fed4ab228e97de37..7ade372cae31d7879f79a60d238633eb2c9bc19d 100644 (file)
@@ -13,7 +13,7 @@ DEPENDS = "bison-native flex-native"
 
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "2dd9c566a90a053e7a5f47607e225648ba7aa9bb7763514dd4778e2ed530fe90"
+SRC_URI[sha256sum] = "8ef63b32e0aff619547dbb8a25e1f6bab152d7c4864795cf915571a5994d0cf8"
 UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/releases/"
 
 DEPENDS:append:libc-musl = " fts "