162e883f39
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
458 B
Makefile
14 lines
458 B
Makefile
################################################################################
|
|
#
|
|
# can-utils
|
|
#
|
|
################################################################################
|
|
|
|
CAN_UTILS_VERSION = 2021.08.0
|
|
CAN_UTILS_SITE = $(call github,linux-can,can-utils,v$(CAN_UTILS_VERSION))
|
|
CAN_UTILS_LICENSE = BSD-3-Clause or GPL-2.0
|
|
CAN_UTILS_LICENSE_FILES = LICENSES/BSD-3-Clause LICENSES/GPL-2.0-only.txt
|
|
CAN_UTILS_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|