0dbc17abcb
Commit 799c12e
(xz-utils: needs threads) tried to fix an autobuild
failure by requiring threads. But xz-utils can be configured without
thread support (even though it is one of the most prominent
selling-points of the latest release!).
[Thomas: use --{enable,disable}-threads instead of
--enable-threads={yes,no}, to match what we generally do in most
autotools packages.]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
559 B
Plaintext
15 lines
559 B
Plaintext
config BR2_PACKAGE_XZ
|
|
bool "xz-utils"
|
|
help
|
|
XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
|
|
compression format, which provides memory-hungry but powerful
|
|
compression (often better than bzip2) and fast, easy decompression.
|
|
|
|
This package provides the command line tools for working with XZ
|
|
compression, including xz, unxz, xzcat, xzgrep, and so on. They can
|
|
also handle the older LZMA format, and if invoked via appropriate
|
|
symlinks will emulate the behavior of the commands in the lzma
|
|
package.
|
|
|
|
http://tukaani.org/xz/
|