]> code.ossystems Code Review - openembedded-core.git/commitdiff
iproute2: fix unpackaged files warning
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Mar 2012 18:44:38 +0000 (18:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Mar 2012 13:31:33 +0000 (13:31 +0000)
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

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-connectivity/iproute2/iproute2.inc
meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb

index 6fc30a05e1894f351017350a2f0db8d94cae71da..86847efe1095dd1051972d95df6e5ea406dd79a9 100644 (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"
index 4391fb6fcf045757b77d9052d0e7152ad70561ba..5af12af5b19496ef7a914ec9f76ece6bac2cace1 100644 (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"