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>
This commit is contained in:
Thomas Petazzoni 2015-07-18 19:20:49 +02:00
parent eba4aaf053
commit 6c7d490558

View File

@ -2,7 +2,11 @@ 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