Răsfoiți Sursa

uhttpd: add direct dependency on libjson-c

The OpenWrt buildroot ABI version rebuild tracker does not handle
transient dependencies, therefor add all libraries linked by uhttpd
as direct dependencies to the corresponding binary package definition.

This ensures that uhttpd is automatically rebuilt and relinked if any
of these libraries has its ABI_VERSION updated in the future.

Signed-off-by: Jo-Philipp Wich <[email protected]>
Jo-Philipp Wich 6 ani în urmă
părinte
comite
a95ddaba02
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/network/services/uhttpd/Makefile

+ 1 - 1
package/network/services/uhttpd/Makefile

@@ -34,7 +34,7 @@ endef
 
 define Package/uhttpd
   $(Package/uhttpd/default)
-  DEPENDS:=+libubox +libblobmsg-json +libjson-script
+  DEPENDS:=+libubox +libblobmsg-json +libjson-script +libjson-c
 endef
 
 define Package/uhttpd/description