buildroot/package/can-utils/can-utils.mk
Baruch Siach 20fb6d3288 can-utils: bump to version 2018.02.0
Disable for musl. can-utils now uses the error() glibc extension.

Use Makefile as license file.

Change homepage link to the github repo. The README.md file is much more
informative than the elinux.org wiki page.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-05-06 09:09:42 +02:00

14 lines
429 B
Makefile

################################################################################
#
# can-utils
#
################################################################################
CAN_UTILS_VERSION = v2018.02.0
CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
CAN_UTILS_LICENSE = BSD-3-Clause or GPL-2.0, GPL-2.0+
CAN_UTILS_LICENSE_FILES = Makefile
CAN_UTILS_AUTORECONF = YES
$(eval $(autotools-package))