66bb10b7b0
This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
27 lines
673 B
Plaintext
27 lines
673 B
Plaintext
config BR2_PACKAGE_LIBARCHIVE
|
|
bool "libarchive"
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
Libarchive is a reusable C library for reading and writing a
|
|
variety of streaming archive formats.
|
|
|
|
http://www.libarchive.org/
|
|
|
|
comment "libarchive needs a toolchain w/ wchar"
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
config BR2_PACKAGE_LIBARCHIVE_BSDTAR
|
|
bool "bsdtar"
|
|
depends on BR2_PACKAGE_LIBARCHIVE
|
|
help
|
|
The 'bsdtar' program is a full-featured 'tar'
|
|
replacement built on libarchive.
|
|
|
|
config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
|
|
bool "bsdcpio"
|
|
depends on BR2_PACKAGE_LIBARCHIVE
|
|
help
|
|
The 'bsdcpio' program is a different interface to
|
|
essentially the same functionality as 'bsdtar'.
|
|
|