Files
meta-openembedded/meta-oe/recipes-support/spitools/spitools_git.bb
T
Pierre-Jean Texier 1860045b86 spitools: upgrade 0.8.7 -> 1.0.0
This includes the following changes:

f5d8795 [RELEASE] 1.0.0.
eaa6f35 [RELEASE] 1.0.0.
fe6ffcb [DEV] Add license mention in `--version` display.
f9edc7d [DEV] Support all configuration options in `spi-pipe`.
18f6b23 [DEV] Support SPI mode option in `spi-pipe`
8c6e7f7 [DEV] support `--bits` config option in `spi-pipe`.

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16 08:58:27 -07:00

17 lines
454 B
BlitzBasic

DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices"
HOMEPAGE = "https://github.com/cpb-/spi-tools"
AUTHOR = "Christophe BLAESS"
LICENSE="GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
BPV = "1.0.0"
PV = "${BPV}"
SRCREV = "f5d87954bd9e13689481700105efe2f42199d364"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git"
inherit autotools