rpcd: add direct dependency on libjson-c
authorJo-Philipp Wich <jo@mein.io>
Fri, 21 Jun 2019 15:41:28 +0000 (17:41 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 19:52:00 +0000 (15:52 -0400)
The OpenWrt buildroot ABI version rebuild tracker does not handle
transient dependencies, therefor add all libraries linked by rpcd
as direct dependencies to the corresponding binary package definition.

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

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit eaad2211dbfb9fdf0815c8d19423069ec099bad2)

package/system/rpcd/Makefile

index 062a466e40e31ecc802ad70de0518537aa73100a..ffc0e82e57fcbbca4df4c3a31227125ba1e6f79a 100644 (file)
@@ -39,7 +39,7 @@ endef
 
 define Package/rpcd
   $(Package/rpcd/default)
-  DEPENDS+= +libuci +libblobmsg-json
+  DEPENDS+= +libuci +libblobmsg-json +libjson-c
 endef
 
 define Package/rpcd/description