]> git.99rst.org Git - openwrt-packages.git/commitdiff
cligen: fix depends
authorAndy Chiang <redacted>
Mon, 3 Aug 2026 05:42:14 +0000 (12:42 +0700)
committerFlorian Eckert <redacted>
Tue, 4 Aug 2026 05:33:19 +0000 (07:33 +0200)
fixes: https://github.com/openwrt/openwrt/pull/24247#issuecomment-5139402966

Signed-off-by: Andy Chiang <redacted>
utils/cligen/Makefile

index 3992798cb79ba81c71eefd844b78df5187ee92af..45577b59b13fdb73a153177fc3a91efd1fb88268 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT