spitools_git.bb 454 B

12345678910111213141516
  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. BPV = "0.8.6"
  7. PV = "${BPV}"
  8. SRCREV = "9ce73aab05873b2d3996bd21076305463133f102"
  9. S = "${WORKDIR}/git"
  10. SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git"
  11. inherit autotools