03d3df31f8
Adding the cpio archive utility for the target and host. Patches have been pulled from ArchLinux and Gentoo to fix CVE issues and compile issues. [Thomas: remove host variant of the package, as discussed during the review of earlier version.] Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
config BR2_PACKAGE_CPIO
|
|
bool "cpio"
|
|
# Need argp.h support
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
|
|
help
|
|
cpio archive utility for creation and extraction.
|
|
|
|
https://www.gnu.org/software/cpio/
|