openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / spi-tools / spi-tools.mk
blob384ae41e68a45a53261bbb2782d93480c634f2b2
1 ################################################################################
3 # spi-tools
5 ################################################################################
7 SPI_TOOLS_VERSION = 0.8.1
8 SPI_TOOLS_SITE = $(call github,cpb-,spi-tools,$(SPI_TOOLS_VERSION))
9 # autoreconf must be run as specified in package documentation
10 SPI_TOOLS_AUTORECONF = YES
11 SPI_TOOLS_LICENSE = GPLv2
12 SPI_TOOLS_LICENSE_FILES = LICENSE
14 $(eval $(autotools-package))