blob: 3f6cdc63d10bf7fe07bb1528774a31ca86581e0e [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
Brad Bishop316dfdd2018-06-25 12:45:53 -04007PR = "r0"
8
9BPV = "0.8.1"
10PV = "${BPV}"
11SRCREV = "318bcae5249722873bf58b27afdd20473c7047cc"
12
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013S = "${WORKDIR}/git"
14
15SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git"
16
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017
18inherit autotools
19