]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
barebox: use lz4 instead of lz4c
authorJustin Bronder <jsbronder@cold-front.org>
Wed, 6 Nov 2024 19:06:42 +0000 (14:06 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Nov 2024 22:16:57 +0000 (22:16 +0000)
commitd25c027c6c5ca5cc4b93d3dc394d5bbae15dbafc
tree1a65a13b8a2375bfb683bff2a97a548341629640
parentb4bdfc78e8e1cb8b86221bc55d80d601ea1a065f
barebox: use lz4 instead of lz4c

lz4c has been considered deprecated by upstream since at least 2018 [1]
and has been disabled by default recently [2].  openSUSE Tumbleweed is
no longer packaging the deprecated version and others will likely
follow.

Going back as far as Ubuntu 16.04/Fedora 25, both lz4 and lz4c are
installed as part of the same package so switching should be safe.

1. https://github.com/lz4/lz4/pull/553
2. https://github.com/lz4/lz4/pull/1479

Upstream-Status: Submitted [http://lists.infradead.org/pipermail/barebox/2024-November/048491.html]
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/barebox/barebox/0001-lib-lz4-use-lz4-instead-of-lz4c.patch [new file with mode: 0644]
meta/recipes-bsp/barebox/barebox_2024.09.0.bb