aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-12-09 10:41:18 -0700
committerArmin Kuster <akuster808@gmail.com>2015-12-20 14:32:22 -0800
commitbd06eeb7a9c5b67040c6669831ed13574544045a (patch)
tree2b23f726e504b33ad2451b96e65be86fb9ee7ccd
parentb544906e29f252ebc7fe27ad97c77bd77d7478e5 (diff)
downloadmeta-openembedded-contrib-bd06eeb7a9c5b67040c6669831ed13574544045a.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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"