kumquat-buildroot/package/spi-tools/spi-tools.mk
Francois Perrad b299e96454 package/spi-tools: bump to version 0.8.5
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-09-19 21:55:09 +02:00

15 lines
455 B
Makefile

################################################################################
#
# spi-tools
#
################################################################################
SPI_TOOLS_VERSION = 0.8.5
SPI_TOOLS_SITE = $(call github,cpb-,spi-tools,$(SPI_TOOLS_VERSION))
# autoreconf must be run as specified in package documentation
SPI_TOOLS_AUTORECONF = YES
SPI_TOOLS_LICENSE = GPL-2.0
SPI_TOOLS_LICENSE_FILES = LICENSE
$(eval $(autotools-package))