1*4882a593SmuzhiyunDESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" 2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/cpb-/spi-tools" 3*4882a593SmuzhiyunAUTHOR = "Christophe BLAESS" 4*4882a593SmuzhiyunLICENSE="GPL-2.0-only" 5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunBPV = "1.0.0" 8*4882a593SmuzhiyunPV = "1.0.1" 9*4882a593SmuzhiyunSRCREV = "87da3bfc03f3088e2e880b6b48195bb225fafeac" 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunS = "${WORKDIR}/git" 12*4882a593Smuzhiyun 13*4882a593SmuzhiyunSRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuninherit autotools 17