mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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:
committed by
Richard Purdie
parent
fc4439b309
commit
d3c6832e32
@@ -26,7 +26,7 @@ do_install () {
|
|||||||
# There are only .so files in iproute2
|
# There are only .so files in iproute2
|
||||||
INSANE_SKIP_${PN} = "dev-so"
|
INSANE_SKIP_${PN} = "dev-so"
|
||||||
|
|
||||||
FILES_${PN} += "${base_libdir}/tc/*"
|
FILES_${PN} += "${base_libdir}/tc"
|
||||||
FILES_${PN}-dbg += "${base_libdir}/tc/.debug"
|
FILES_${PN}-dbg += "${base_libdir}/tc/.debug"
|
||||||
|
|
||||||
ALTERNATIVE_NAME = "ip"
|
ALTERNATIVE_NAME = "ip"
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
require iproute2.inc
|
require iproute2.inc
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
#v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2"
|
#v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2"
|
||||||
#but it was not fully tested and had build error, and the next commit fixed it.
|
#but it was not fully tested and had build error, and the next commit fixed it.
|
||||||
SRCREV = "13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0"
|
SRCREV = "13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0"
|
||||||
|
|||||||
Reference in New Issue
Block a user