aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2017-08-17 14:40:15 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:06:01 +0200
commit99d3175eac7fe41769c4998fb1cc0042004c1883 (patch)
tree8864aca79cb6ffcf944576c30d463ddfd9704611 /meta-oe/recipes-extended
parenteb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 (diff)
downloadmeta-openembedded-contrib-99d3175eac7fe41769c4998fb1cc0042004c1883.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/tipcutils/tipcutils_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
index b7157b4325..720aa3c2b0 100644
--- a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
+++ b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
@@ -17,6 +17,8 @@ inherit autotools pkgconfig
DEPENDS += "libdaemon"
+RDEPENDS_${PN} = "iproute2-tipc"
+
S = "${WORKDIR}/git"
do_configure_prepend() {