tar: fix circular dependency on xz
authorGeorge Sapkin <redacted>
Mon, 22 Dec 2025 01:28:07 +0000 (03:28 +0200)
committerGeorge Sapkin <redacted>
Mon, 22 Dec 2025 15:01:19 +0000 (17:01 +0200)
commit3dcc4f1d3fcb624892bde9dd3600aa6d324397c7
tree142c22ee63b7ce20a95acdc0a5d7b31299b8e83e
parent8dfc56affb6ba59c51dd92fa63fa892070cf0361
tar: fix circular dependency on xz

tar depended both on xz and xz-utils which xz already depended on.
Coupled with if PACKAGE_tar check it caused all packages that depended
on tar to have a circular Kconfig dependency. Remove the check and
dependency on xz-utils and leave xz one only.

Move libzstd dependency into DEPENDS.

Fixes: ad82c17 ("tar: fix EXTRA_DEPENDS")
Fixes: https://github.com/openwrt/packages/issues/28141
Signed-off-by: George Sapkin <redacted>
utils/tar/Makefile
git clone https://git.99rst.org/PROJECT