blob: 06fb82b8595d2f8a0ea7d9975c2342fe5a0f57fd [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices"
2HOMEPAGE = "https://github.com/cpb-/spi-tools"
3AUTHOR = "Christophe BLAESS"
4LICENSE="GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
6
Andrew Geisslerd688a012020-09-18 13:36:00 -05007BPV = "0.8.5"
Brad Bishop316dfdd2018-06-25 12:45:53 -04008PV = "${BPV}"
Andrew Geisslerd688a012020-09-18 13:36:00 -05009SRCREV = "3c93b9038a7c4d9de4302ab6f14372e9fa381f3c"
Brad Bishop316dfdd2018-06-25 12:45:53 -040010
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011S = "${WORKDIR}/git"
12
13SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git"
14
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015
16inherit autotools