summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c220eadab..e1508af85 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 \
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit autotools pkgconfig 17inherit autotools pkgconfig
18
19# Busybox ip doesn't support can interface configuration, use the real thing
20RDEPENDS_${PN} += "iproute2"