sysrepo: drop libredblack from dependencies
authorYanase Yuki <redacted>
Sat, 10 Jan 2026 08:04:19 +0000 (17:04 +0900)
committerHannu Nyman <redacted>
Sun, 14 Jun 2026 17:32:42 +0000 (20:32 +0300)
Only sysrepo version 0.x.x requires libredblack,
so current version of sysrepo doesn't depend on it.

Signed-off-by: Yanase Yuki <redacted>
net/sysrepo/Makefile

index 4a7edb425bd61f44f023657f6f3a5b71fbf6298d..ac7221ddbcd24843264f0d705fabdb75b703f8e2 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT