aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-06-20 12:54:02 +0200
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:15:16 +0200
commit02c1e99d1bd703301443abf137c8cf155b2b03b2 (patch)
tree98d1be3efaea71282aa4af69b164cf81cc652842 /package/system
parent8cd426de44563082ffdf2cfdc1d743098941f25d (diff)
downloadupstream-02c1e99d1bd703301443abf137c8cf155b2b03b2.tar.gz
upstream-02c1e99d1bd703301443abf137c8cf155b2b03b2.tar.bz2
upstream-02c1e99d1bd703301443abf137c8cf155b2b03b2.zip
procd: add direct dependencies on libblobmsg-json and libjson-c
The OpenWrt buildroot ABI version rebuild tracker does not handle transient dependencies, therefor add all libraries linked by procd as direct dependencies to the corresponding binary package definition. This ensures that procd 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 66838cd8513e50d82996425434efcb260d893180)
Diffstat (limited to 'package/system')
-rw-r--r--package/system/procd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 437751aadf..a58e449155 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -43,7 +43,7 @@ TARGET_LDFLAGS += -flto
define Package/procd
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox +libubus
+ DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox +libubus +libblobmsg-json +libjson-c
TITLE:=OpenWrt system process manager
USERID:=:dialout=20 :audio=29
endef