From 99d3175eac7fe41769c4998fb1cc0042004c1883 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 17 Aug 2017 14:40:15 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-extended') 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() { -- cgit 1.2.3-korg