Config.in 346 B

123456789101112
  1. config BR2_PACKAGE_CPIO
  2. bool "cpio"
  3. depends on BR2_USE_WCHAR
  4. # Need argp.h support
  5. select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
  6. help
  7. cpio archive utility for creation and extraction.
  8. https://www.gnu.org/software/cpio/
  9. comment "cpio needs a toolchain w/ wchar"
  10. depends on !BR2_USE_WCHAR