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 | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 7 | PR = "r0" |
| 8 | |
| 9 | BPV = "0.8.1" |
| 10 | PV = "${BPV}" |
| 11 | SRCREV = "318bcae5249722873bf58b27afdd20473c7047cc" |
| 12 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git" |
| 16 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 | |
| 18 | inherit autotools |
| 19 | |