procd: add direct dependencies on libblobmsg-json and libjson-c
authorJo-Philipp Wich <jo@mein.io>
Thu, 20 Jun 2019 10:54:02 +0000 (12:54 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 19:46:47 +0000 (15:46 -0400)
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)

package/system/procd/Makefile

index e4348f2019772a6c16ffa6300cd89c93dea7a697..9386d0e005344085673ac46e4c67b923b0c1771d 100644 (file)
@@ -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:=libreCMC system process manager
   USERID:=:dialout=20 :audio=29
 endef