iproute2: Re-introduce quirk to add a iproute2-misc package

We need the -misc package for extra utilities needed by our tasks.
Use the bbappend to create an empty package that pulls in the other
utilities.
This commit is contained in:
Holger Hans Peter Freyther 2016-02-17 23:19:16 +01:00
parent 4ca7a67cca
commit 975d15ac7e
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
PACKAGES += "${PN}-misc"
ALLOW_EMPTY_${PN}-misc = "1"
RDEPENDS_${PN}-misc = "${PN}-ss ${PN}-nstat ${PN}-ifstat ${PN}-rtacct ${PN}-lnstat"