From: Yanase Yuki Date: Sat, 10 Jan 2026 08:04:19 +0000 (+0900) Subject: sysrepo: drop libredblack from dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ea77e92a81c97872c662728b5792cbe3440a1ec6;p=openwrt-packages.git sysrepo: drop libredblack from dependencies Only sysrepo version 0.x.x requires libredblack, so current version of sysrepo doesn't depend on it. Signed-off-by: Yanase Yuki --- diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile index 4a7edb425..ac7221ddb 100644 --- a/net/sysrepo/Makefile +++ b/net/sysrepo/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysrepo PKG_VERSION:=3.7.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/sysrepo/sysrepo/tar.gz/v$(PKG_VERSION)? @@ -29,7 +29,7 @@ define Package/libsysrepo CATEGORY:=Libraries TITLE:=YANG-based data store library URL:=https://www.sysrepo.org/ - DEPENDS:=+libyang +libatomic +libprotobuf-c +libev +libredblack +librt +libpthread + DEPENDS:=+libyang +libatomic +libprotobuf-c +libev +librt +libpthread endef define Package/sysrepo