Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_SPI_TOOLS
|
||||
bool "spi-tools"
|
||||
help
|
||||
This package contains some simple command line tools to help
|
||||
using Linux spidev devices.
|
||||
|
||||
https://github.com/cpb-/spi-tools
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed hash
|
||||
sha256 72a6c4a9d13011addc61bc3906543cd06f76f567270ae4b6ca4d0115fd6a9538 spi-tools-0.8.1.tar.gz
|
||||
14
deprecated/firmware/buildroot/package/spi-tools/spi-tools.mk
Normal file
14
deprecated/firmware/buildroot/package/spi-tools/spi-tools.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user