From: John Audia Date: Fri, 12 Jul 2024 17:57:10 +0000 (-0400) Subject: lxc: add gnu-tar as a depends to fix lxc-create X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b74dc8a119edd75454e03caa121ccb305fd29c3c;p=feed%2Fpackages.git lxc: add gnu-tar as a depends to fix lxc-create Add gnu-tar as a dependency for lxc-create which is needed to properly extract the root file system tarball. Without it, symlink target of /bin/tar is busybox and it lacks proper support to extract with xattrs. The default gnu-tar is actually built without this support as well, but it is able to extract the rootfs tarballs with a warning not an error which is not the case with busybox which ends in an error. Signed-off-by: John Audia Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne --- diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index f343e7885e..90ff7f4b96 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -50,7 +50,7 @@ LXC_SCRIPTS += \ DEPENDS_APPLETS = +libpthread +libcap +liblxc -DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates +flock +getopt +DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates +flock +getopt +tar define Package/lxc/Default SECTION:=utils