From: Andy Chiang Date: Mon, 3 Aug 2026 05:42:14 +0000 (+0700) Subject: cligen: fix depends X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c4f3f8d0922a05d0e052c8835e05667a43be4160;p=openwrt-packages.git cligen: fix depends fixes: https://github.com/openwrt/openwrt/pull/24247#issuecomment-5139402966 Signed-off-by: Andy Chiang --- diff --git a/utils/cligen/Makefile b/utils/cligen/Makefile index 3992798cb..45577b59b 100644 --- a/utils/cligen/Makefile +++ b/utils/cligen/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cligen PKG_VERSION:=7.8.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/clicon/$(PKG_NAME)/tar.gz/$(PKG_VERSION)? @@ -28,7 +28,7 @@ define Package/cligen CATEGORY:=Utilities URL:=https://www.cligen.se TITLE:=CLIgen is a Command-Line Interface generator - DEPENDS:=libxml2 + DEPENDS:=+libxml2 endef define Package/cligen/description