]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bitbake.conf: require lz4 instead of lz4c
authorJustin Bronder <jsbronder@cold-front.org>
Tue, 5 Nov 2024 15:37:52 +0000 (10:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Nov 2024 22:16:57 +0000 (22:16 +0000)
commitfe167e082cbde1c6d186ecdda531abef610ac2ac
tree719a358e4fe45c12a5f1ad78553a495252eb4fb2
parentd25c027c6c5ca5cc4b93d3dc394d5bbae15dbafc
bitbake.conf: require lz4 instead of lz4c

With bitbake commit 'bb: compress: use lz4 instead of lz4c' we require
lz4, not lz4c [1].  Going as far back as Ubuntu 16.04/Fedora 25, they
are packaged together so it should be safe to simply adjust the
requirement from lz4c to lz4.

Note that the two are largely the same, but upstream has considered lz4c
deprecated since at least 2018 [2].

1. https://git.openembedded.org/bitbake/commit/?id=907472034b344e4eb73cfd43059a413469f52e1c
2. https://github.com/lz4/lz4/pull/553

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf