From 2139fd56da0d8e3769bcc0b337c446e7e4b98f90 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 18 May 2022 12:58:22 +0200 Subject: [PATCH] libcgroup: upgrade 2.0.1 -> 2.0.2 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../libcgroup/{libcgroup_2.0.1.bb => libcgroup_2.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/libcgroup/{libcgroup_2.0.1.bb => libcgroup_2.0.2.bb} (93%) diff --git a/meta/recipes-core/libcgroup/libcgroup_2.0.1.bb b/meta/recipes-core/libcgroup/libcgroup_2.0.2.bb 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 857a4e86fd7..7ade372cae3 100644 --- a/meta/recipes-core/libcgroup/libcgroup_2.0.1.bb +++ b/meta/recipes-core/libcgroup/libcgroup_2.0.2.bb @@ -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 " -- 2.47.2