]> code.ossystems Code Review - openembedded-core.git/commit
libcgroup: upgrade to 2.0
authorRoss Burton <ross@burtonini.com>
Thu, 19 Aug 2021 12:51:43 +0000 (13:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Aug 2021 07:52:59 +0000 (08:52 +0100)
commit466c1c674e3da1fdbe1eae1cd90637d79a1500f5
treec58818e781c69269eab3396eb8bd1431449e7fe7
parent736d0b29c6246658a925ea9036ccfe6216d12837
libcgroup: upgrade to 2.0

Our UPSTREAM_CHECK_URI was looking at SourceForge, but development has
moved to GitHub so update the URI.

Update to 2.0.

Swap musl-decls-compat.patch for a backport of an upstream commit.

Replace do_install commands with a backport of an upstream commit to
install the PAM module correctly.

Don't mess about installing the library into base_libdir as the /lib vs
/usr/lib prefix split is moot these days.

Delete libcgroupfortesting.so as we don't install the test suite.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libcgroup/libcgroup/CVE-2018-14348.patch [deleted file]
meta/recipes-core/libcgroup/libcgroup/module.patch [new file with mode: 0644]
meta/recipes-core/libcgroup/libcgroup/musl-decls-compat.patch
meta/recipes-core/libcgroup/libcgroup_0.41.bb [deleted file]
meta/recipes-core/libcgroup/libcgroup_2.0.bb [new file with mode: 0644]