[oe-commits] [meta-openembedded] 26/74: tipcutils: add runtime dependency for iproute2-tipc

git at git.openembedded.org git at git.openembedded.org
Mon Aug 28 09:04:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 99d3175eac7fe41769c4998fb1cc0042004c1883
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Thu Aug 17 14:40:15 2017 +0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
index b7157b4..720aa3c 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list