mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 21:26:26 +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"
|
DEPENDS += "libdaemon"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "iproute2-tipc"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user