Commit 6c7d4905 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

cpio: needs wchar support



Spotted during package review/testing, but forgot to squash it in the
original patch.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent eba4aaf0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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