aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2017-08-17 14:40:14 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:06:01 +0200
commiteb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 (patch)
tree4711dd74fe0f282ea1edaec1a96dbecff8ccf199 /meta-oe/recipes-connectivity
parent8acf5ce943e07cf20fd5c691b7dbb63d6ba4b5dd (diff)
downloadmeta-openembedded-eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27.tar.gz
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@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend b/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend
new file mode 100644
index 0000000000..0869f7f1b4
--- /dev/null
+++ b/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend
@@ -0,0 +1,2 @@
+# For tipcutils
+PACKAGECONFIG_append = " tipc"