diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-03 10:52:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-07 14:05:40 +0000 |
commit | 163f7bda55ff76da27ca28110bd965704c628303 (patch) | |
tree | 02e9133cb2ca164f716496b5212743d456c607c6 /meta/recipes-connectivity/iproute2/iproute2.inc | |
parent | 4a279e2410b923ff7d3c7692206ee51e3098ed23 (diff) | |
download | poky-163f7bda55ff76da27ca28110bd965704c628303.tar.gz |
iproute2: update to 3.0.0 to fix build with updated iptables
(From OE-Core rev: addcb5106ca0b1849299d6ad4e734135da29b0ab)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2.inc')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index 0f27a01465..6fc30a05e1 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
@@ -23,8 +23,11 @@ do_install () { | |||
23 | rm ${D}/share -rf || true | 23 | rm ${D}/share -rf || true |
24 | } | 24 | } |
25 | 25 | ||
26 | FILES_${PN} += "/usr/lib/tc/*" | 26 | # There are only .so files in iproute2 |
27 | FILES_${PN}-dbg += "/usr/lib/tc/.debug" | 27 | INSANE_SKIP_${PN} = "dev-so" |
28 | |||
29 | FILES_${PN} += "${base_libdir}/tc/*" | ||
30 | FILES_${PN}-dbg += "${base_libdir}/tc/.debug" | ||
28 | 31 | ||
29 | ALTERNATIVE_NAME = "ip" | 32 | ALTERNATIVE_NAME = "ip" |
30 | ALTERNATIVE_PATH = "${base_sbindir}/ip.iproute2" | 33 | ALTERNATIVE_PATH = "${base_sbindir}/ip.iproute2" |