[oe-commits] Paul Eggleton : iproute2: split out package for tc

git at git.openembedded.org git at git.openembedded.org
Thu Feb 6 15:25:54 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 1d353cb30b93cd08d7a0f743534c1cd712bbe018
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1d353cb30b93cd08d7a0f743534c1cd712bbe018

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Feb  6 13:42:53 2014 +0000

iproute2: split out package for tc

tc (the IP traffic control utility) isn't often used and makes up a
reasonably large part of the iproute2 package as well as having a
runtime dependency on iptables, so split it out into its own package.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/iproute2/iproute2.inc | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc
index 3db21db..568aa5f 100644
--- a/meta/recipes-connectivity/iproute2/iproute2.inc
+++ b/meta/recipes-connectivity/iproute2/iproute2.inc
@@ -23,10 +23,13 @@ do_install () {
     rm ${D}/share -rf || true
 }
 
-# There are only .so files in iproute2
-INSANE_SKIP_${PN} = "dev-so"
+# The .so files in iproute2-tc are modules, not traditional libraries
+INSANE_SKIP_${PN}-tc = "dev-so"
+
+PACKAGES =+ "${PN}-tc"
+FILES_${PN}-tc = "${base_sbindir}/tc* \
+                  ${libdir}/tc/*.so"
 
-FILES_${PN} += "${libdir}/tc"
 FILES_${PN}-dbg += "${libdir}/tc/.debug"
 
 ALTERNATIVE_${PN} = "ip"



More information about the Openembedded-commits mailing list