8812cffe99
This version bump also fixes: http://autobuild.buildroot.net/results/0e5/0e5242376ff6aa82e89ed1172350e05009d48156 Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
370 B
Makefile
12 lines
370 B
Makefile
################################################################################
|
|
#
|
|
# can-utils
|
|
#
|
|
################################################################################
|
|
|
|
CAN_UTILS_VERSION = c3305fdd515464153d20199db232b6124bc962c0
|
|
CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
|
|
CAN_UTILS_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|