Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" |
| 2 | HOMEPAGE = "https://github.com/cpb-/spi-tools" |
| 3 | AUTHOR = "Christophe BLAESS" |
| 4 | LICENSE="GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" |
| 6 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 7 | BPV = "0.8.3" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 8 | PV = "${BPV}" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | SRCREV = "a3f1f68a048d0d2321ee562b3744dd1162cad22f" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git" |
| 14 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | |
| 16 | inherit autotools |