mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-20 16:40:18 +00:00
can-utils: RRECOMMENDS only ip from iproute2
There is no need for RRECOMMENDS on the full iproute2 package. Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9abd95e0e4
commit
a34466e8a4
@ -46,5 +46,5 @@ ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
|
||||
|
||||
# busybox ip fails to configure can interfaces, so we need iproute2 to do so.
|
||||
# See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver.
|
||||
RRECOMMENDS:${PN} += "iproute2"
|
||||
RRECOMMENDS:${PN} += "iproute2-ip"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user