summaryrefslogtreecommitdiff
path: root/package/cpio
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-18 19:20:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-18 19:20:49 +0200
commit6c7d490558498888a783fe3ca53f1a3b6cef1b16 (patch)
treed1810aae9a26213a960e1b230c4f016e5590e92e /package/cpio
parenteba4aaf053b718965fd0fb886dea753a47777f8f (diff)
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>
Diffstat (limited to 'package/cpio')
-rw-r--r--package/cpio/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/cpio/Config.in b/package/cpio/Config.in
index 1787f3959..df40faccf 100644
--- a/package/cpio/Config.in
+++ b/package/cpio/Config.in
@@ -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