mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +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
|
CATEGORY:=Libraries
|
||||||
TITLE:=YANG data modeling language library
|
TITLE:=YANG data modeling language library
|
||||||
URL:=https://github.com/CESNET/libyang
|
URL:=https://github.com/CESNET/libyang
|
||||||
DEPENDS:=+libpcre2 +libpthread
|
DEPENDS:=+libpcre2 +libpthread +libxxhash
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/yanglint
|
define Package/yanglint
|
||||||
|
|||||||
Reference in New Issue
Block a user