diff options
| -rw-r--r-- | meta-oe/recipes-extended/socketcan/can-utils_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb index 8d63a10e54..1a2d330904 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb | |||
| @@ -45,3 +45,8 @@ ALTERNATIVE:${PN} = "candump cansend cansequence" | |||
| 45 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" | 45 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" |
| 46 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" | 46 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" |
| 47 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" | 47 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" |
| 48 | |||
| 49 | # busybox ip fails to configure can interfaces, so we need iproute2 to do so. | ||
| 50 | # See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. | ||
| 51 | RRECOMMENDS:${PN} += "iproute2" | ||
| 52 | |||
