aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-12-09 10:41:18 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:44:42 +0100
commit4c21d7a02ff282411e2370802551aa4577b326fb (patch)
tree5f08e46f46c2922eb7ef3df3194072690b6cf44c /meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
parent03d613e570ae262b32322d1fa2eeb47c38518478 (diff)
downloadmeta-openembedded-contrib-4c21d7a02ff282411e2370802551aa4577b326fb.tar.gz
canutils: rdep on iproute2
busybox ip fails to configure can interfaces, so we need iproute2 to do so. See also http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb')
-rw-r--r--meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
index c220eadab9..e1508af857 100644
--- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
+++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
@@ -15,3 +15,6 @@ SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git \
S = "${WORKDIR}/git"
inherit autotools pkgconfig
+
+# Busybox ip doesn't support can interface configuration, use the real thing
+RDEPENDS_${PN} += "iproute2"