diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-18 19:20:49 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-18 19:20:49 +0200 |
| commit | 6c7d490558498888a783fe3ca53f1a3b6cef1b16 (patch) | |
| tree | d1810aae9a26213a960e1b230c4f016e5590e92e /package/cpio | |
| parent | eba4aaf053b718965fd0fb886dea753a47777f8f (diff) | |
| download | buildroot-6c7d490558498888a783fe3ca53f1a3b6cef1b16.tar.gz buildroot-6c7d490558498888a783fe3ca53f1a3b6cef1b16.zip | |
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.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/cpio/Config.in b/package/cpio/Config.in index 1787f3959c..df40faccf8 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 |

