mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:01:54 +00:00
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:
parent
eb8994f44a
commit
99d3175eac
@ -17,6 +17,8 @@ inherit autotools pkgconfig
|
||||
|
||||
DEPENDS += "libdaemon"
|
||||
|
||||
RDEPENDS_${PN} = "iproute2-tipc"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_configure_prepend() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user