]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
cpio: needs wchar support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Jul 2015 17:20:49 +0000 (19:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Jul 2015 17:20:49 +0000 (19:20 +0200)
Spotted during package review/testing, but forgot to squash it in the
original patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cpio/Config.in

index 1787f3959caef493e07a68874f9daef2455cd7fd..df40faccf8f73e7b0323ea6dc18bc0b84c14341b 100644 (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