[oe-commits] [meta-openembedded] 11/21: iproute2: add bbappend for supporting tipc tool

git at git.openembedded.org git at git.openembedded.org
Sat Aug 19 11:01:25 UTC 2017


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

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

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

    iproute2: add bbappend for supporting tipc tool
    
    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.
    
    We supported tipc in iproute2 with PACKAGECONFIG in oe-core commit
    944ef0de241de77429ab0e5cb1dd4a7f355cf3fd
    
    Add iproute2 bbappend to enable tipc for tipcutils.
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend b/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend
new file mode 100644
index 0000000..0869f7f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend
@@ -0,0 +1,2 @@
+# For tipcutils
+PACKAGECONFIG_append = " tipc"

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


More information about the Openembedded-commits mailing list