From eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 17 Aug 2017 14:40:14 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend 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" -- cgit v1.2.3-54-g00ecf