All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2][RESEND 1/3] canutils: rdep on iproute2
@ 2015-12-09 17:41 Christopher Larson
  2015-12-09 17:41 ` [PATCHv2][RESEND 2/3] lowpan-tools: add missing flex/bison deps Christopher Larson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Christopher Larson @ 2015-12-09 17:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christopher Larson

From: Christopher Larson <chris_larson@mentor.com>

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>
---
 meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | 3 +++
 1 file changed, 3 insertions(+)

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 c220ead..e1508af 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"
-- 
2.2.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-01-05 20:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09 17:41 [PATCHv2][RESEND 1/3] canutils: rdep on iproute2 Christopher Larson
2015-12-09 17:41 ` [PATCHv2][RESEND 2/3] lowpan-tools: add missing flex/bison deps Christopher Larson
2016-01-05 19:15   ` Christopher Larson
2016-01-05 19:54     ` Martin Jansa
2016-01-05 20:12       ` Christopher Larson
2015-12-09 17:41 ` [PATCHv2][RESEND 3/3] gpsd: also support bluez5 Christopher Larson
2015-12-09 17:42 ` [PATCHv2][RESEND 1/3] canutils: rdep on iproute2 Christopher Larson
2015-12-09 17:57 ` Christopher Larson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.