aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-06-21 17:41:28 +0200
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:18:31 +0200
commita3a9e1d0fe2b75e03fe3fc4d845995590cb611fb (patch)
tree37477c0787f2ffd513923c8c16d8efea6d819b26 /package/system
parent193366ee23f862df6607ed1724b909c59e603fbc (diff)
downloadupstream-a3a9e1d0fe2b75e03fe3fc4d845995590cb611fb.tar.gz
upstream-a3a9e1d0fe2b75e03fe3fc4d845995590cb611fb.tar.bz2
upstream-a3a9e1d0fe2b75e03fe3fc4d845995590cb611fb.zip
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 <jo@mein.io> (cherry picked from commit eaad2211dbfb9fdf0815c8d19423069ec099bad2)
Diffstat (limited to 'package/system')
-rw-r--r--package/system/rpcd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 00598917fd..11fe254d6f 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