kumquat-buildroot/package/cpio/Config.in
Thomas Petazzoni 6c7d490558 cpio: needs wchar support
Spotted during package review/testing, but forgot to squash it in the
original patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-18 19:20:49 +02:00

13 lines
319 B
Plaintext

config BR2_PACKAGE_CPIO
bool "cpio"
# Need argp.h support
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
depends on BR2_USE_WCHAR
help
cpio archive utility for creation and extraction.
https://www.gnu.org/software/cpio/
comment "cpio needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR