Skip to content

T8146: Add replacements fro cpio and tar

Walter Lozano requested to merge wip/wlozano/gpl3-replacements into apertis/v2023dev0

Since several standard GNU tools are licensed under GPL-3 create replacement packages for them based on the libarchive implementation. Even if these replacements don't provide all the features that the GNU version provides it is enough for the requirements in Fixed Function and HMI images.

This applies to cpio and tar.

Also since Debian tool dpkg uses the --warning option in tar to suppress some warnings and make the output a bit cleaner. Since this is not an important feature add a dummy implementation of this option which does nothing, but let dpkg happy.

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Edited by Walter Lozano

Merge request reports