mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user