libyang: add dependency on libxxhash
authorVladimir Ermakov <[email protected]>
Thu, 13 Nov 2025 09:50:32 +0000 (10:50 +0100)
committerHannu Nyman <[email protected]>
Thu, 13 Nov 2025 11:48:18 +0000 (13:48 +0200)
Fix #27856

Signed-off-by: Vladimir Ermakov <[email protected]>
libs/libyang/Makefile

index 03578a415812899ff7e2a7ca7e83bc8b35f4ecfb..7909e5056445e6b4b1f54fe1b5169a230759ad7e 100644 (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