iproute2: fix unpackaged files warning

Fixes the following warnings:
WARNING: For recipe iproute2, the following files/directories were installed but not shipped in any package:
WARNING:   /lib
WARNING:   /lib/tc

(From OE-Core rev: e447c5dcbab8a765d7c35558a240fff17fcc7ea4)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2012-03-16 18:44:38 +00:00 committed by Richard Purdie
parent fc4439b309
commit d3c6832e32
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@ do_install () {
# There are only .so files in iproute2
INSANE_SKIP_${PN} = "dev-so"
FILES_${PN} += "${base_libdir}/tc/*"
FILES_${PN} += "${base_libdir}/tc"
FILES_${PN}-dbg += "${base_libdir}/tc/.debug"
ALTERNATIVE_NAME = "ip"

View File

@ -1,5 +1,7 @@
require iproute2.inc
PR = "r1"
#v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2"
#but it was not fully tested and had build error, and the next commit fixed it.
SRCREV = "13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0"