buildroot/package/can-utils/can-utils.mk
Yegor Yefremov 29a3412781 package/can-utils: bump to version 2020.02.0
Remove the upstreamed patch and change the license information, as the
GPL-2.0+ files have been relicensed as GPL-2.0 since
59f92965b9

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Peter: clarify licensing change]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-02-04 13:44:57 +01:00

14 lines
458 B
Makefile

################################################################################
#
# can-utils
#
################################################################################
CAN_UTILS_VERSION = 2020.02.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))