mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 01:41:41 +00:00
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)
This commit is contained in:
parent
193366ee23
commit
a3a9e1d0fe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user