7d53040f33
Since argp-standalone is only available for uClibc-ng and musl toolchains, add the dependendy only if it's selected. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
config BR2_PACKAGE_CPIO
|
|
bool "cpio"
|
|
# Need argp.h support
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
|
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
|