kumquat-buildroot/package/can-utils/can-utils.mk
Rahul Bedarkar 8812cffe99 can-utils: bump version
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>
2016-12-20 19:27:27 +01:00

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))