mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
libyang: add dependency on libxxhash
Fix #27856 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
63656f59ec
commit
7c41b63f96
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user