summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-19 09:26:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-21 22:51:41 +0100
commit78d25f0800a3bec9b64e31ce49a4ea385ad159f5 (patch)
tree5a3d6446f5f23dde39e91c6803c9ee0cc04c2007
parent2bbf6c3fcf2151db0d577c90365db55363d1278c (diff)
downloadpoky-78d25f0800a3bec9b64e31ce49a4ea385ad159f5.tar.gz
libcgroup: update 2.0.2 -> 3.0.0
License-Update: formatting (From OE-Core rev: b8a2734540a23e4a02922211220d5812cc3a8b59) 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>
-rw-r--r--meta/recipes-core/libcgroup/libcgroup_3.0.0.bb (renamed from meta/recipes-core/libcgroup/libcgroup_2.0.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/libcgroup/libcgroup_2.0.2.bb b/meta/recipes-core/libcgroup/libcgroup_3.0.0.bb
index 7ade372cae..efd887844d 100644
--- a/meta/recipes-core/libcgroup/libcgroup_2.0.2.bb
+++ b/meta/recipes-core/libcgroup/libcgroup_3.0.0.bb
@@ -5,15 +5,15 @@ in Linux. Control groups allow you to limit, account and isolate resource usage
5(CPU, memory, disk I/O, etc.) of groups of processes." 5(CPU, memory, disk I/O, etc.) of groups of processes."
6SECTION = "libs" 6SECTION = "libs"
7LICENSE = "LGPL-2.1-only" 7LICENSE = "LGPL-2.1-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 8LIC_FILES_CHKSUM = "file://COPYING;md5=4d794c5d710e5b3547a6cc6a6609a641"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12DEPENDS = "bison-native flex-native" 12DEPENDS = "bison-native flex-native"
13 13
14SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz" 14SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v3.0/${BP}.tar.gz"
15 15
16SRC_URI[sha256sum] = "8ef63b32e0aff619547dbb8a25e1f6bab152d7c4864795cf915571a5994d0cf8" 16SRC_URI[sha256sum] = "8d284d896fca1c981b55850e92acd3ad9648a69227c028dda7ae3402af878edd"
17UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/releases/" 17UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/releases/"
18 18
19DEPENDS:append:libc-musl = " fts " 19DEPENDS:append:libc-musl = " fts "