tipcutils: add runtime dependency for iproute2-tipc

The tipcutils 2.2 removed the tipc-config tool and recommended to use
the new configuration tool named "tipc" in iproute2 package for
configuring the tipc, which utilizes the new tipc netlink kernel API.

Add iproute2-tipc as a runtime dependency.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Yi Zhao
2017-08-17 14:40:15 +08:00
committed by Martin Jansa
parent eb8994f44a
commit 99d3175eac
@@ -17,6 +17,8 @@ inherit autotools pkgconfig
DEPENDS += "libdaemon"
RDEPENDS_${PN} = "iproute2-tipc"
S = "${WORKDIR}/git"
do_configure_prepend() {