628ee06f07
This version doesn't use GIT_VERSION anymore, so the sed hook is no longer necessary. Fixes http://autobuild.buildroot.net/results/ed89fae4a722b5d2adff9826bb88e55e58af77f6 Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
453 B
Makefile
15 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# spi-tools
|
|
#
|
|
################################################################################
|
|
|
|
SPI_TOOLS_VERSION = 0.8.1
|
|
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 = GPLv2
|
|
SPI_TOOLS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|