1DESCRIPTION = "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="GPL-2.0-only" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" 6 7BPV = "1.0.0" 8PV = "1.0.1" 9SRCREV = "87da3bfc03f3088e2e880b6b48195bb225fafeac" 10 11S = "${WORKDIR}/git" 12 13SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" 14 15 16inherit autotools 17