diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2017-08-17 14:40:15 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:01 +0200 |
commit | 99d3175eac7fe41769c4998fb1cc0042004c1883 (patch) | |
tree | 8864aca79cb6ffcf944576c30d463ddfd9704611 /meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | |
parent | eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 (diff) | |
download | meta-openembedded-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/tipcutils/tipcutils_git.bb')
-rw-r--r-- | meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | 2 |
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 b7157b432..720aa3c2b 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 | |||
17 | 17 | ||
18 | DEPENDS += "libdaemon" | 18 | DEPENDS += "libdaemon" |
19 | 19 | ||
20 | RDEPENDS_${PN} = "iproute2-tipc" | ||
21 | |||
20 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
21 | 23 | ||
22 | do_configure_prepend() { | 24 | do_configure_prepend() { |