From: krant Date: Fri, 23 Feb 2024 01:30:19 +0000 (+0200) Subject: sysstat: add missing xz-utils dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=374175924c8703f11dd9fa1463e6ab82dbe24fee;p=openwrt-packages.git sysstat: add missing xz-utils dependency Depending only on 'xz' hides the package when 'xz-utils' is not selected Signed-off-by: krant --- diff --git a/utils/sysstat/Makefile b/utils/sysstat/Makefile index d2f454da8..730855ecb 100644 --- a/utils/sysstat/Makefile +++ b/utils/sysstat/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysstat PKG_VERSION:=12.7.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://sysstat.github.io/sysstat-packages @@ -32,7 +32,7 @@ define Package/sysstat CATEGORY:=Utilities TITLE:=Sysstat performance monitoring tools URL:=https://sysstat.github.io/ - DEPENDS:=$(INTL_DEPENDS) +xz + DEPENDS:=$(INTL_DEPENDS) +xz-utils +xz endef define Package/sysstat/description