libyang: add dependency on libxxhash

Fix #27856

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
Vladimir Ermakov
2025-11-13 10:50:32 +01:00
committed by Hannu Nyman
parent 63656f59ec
commit 7c41b63f96

View File

@@ -31,7 +31,7 @@ define Package/libyang
CATEGORY:=Libraries
TITLE:=YANG data modeling language library
URL:=https://github.com/CESNET/libyang
DEPENDS:=+libpcre2 +libpthread
DEPENDS:=+libpcre2 +libpthread +libxxhash
endef
define Package/yanglint