can-utils: bump version

Change download location as the package has moved to GitHub.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov 2015-03-04 20:51:34 +01:00 committed by Thomas Petazzoni
parent 4e92ffdc47
commit 70d354e1ac

View File

@ -4,8 +4,8 @@
#
################################################################################
CAN_UTILS_VERSION = 111f8d3acf6f6b30bf208fd9c98399c5fb9d29de
CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
CAN_UTILS_VERSION = 002f8eba8703e88cdc6e97f6447a4ce346b739da
CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
CAN_UTILS_AUTORECONF = YES
$(eval $(autotools-package))