From: Jo-Philipp Wich Date: Fri, 21 Jun 2019 15:41:28 +0000 (+0200) Subject: rpcd: add direct dependency on libjson-c X-Git-Tag: v1.5.0-rc2~151 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=12fcb7d4c88d28e41f50fcc74650c8b297d87e3a;p=librecmc%2Flibrecmc.git rpcd: add direct dependency on libjson-c 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 (cherry picked from commit eaad2211dbfb9fdf0815c8d19423069ec099bad2) --- diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile index 062a466e40..ffc0e82e57 100644 --- a/package/system/rpcd/Makefile +++ b/package/system/rpcd/Makefile @@ -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