raspi-gpio_git.bb 437 B

1234567891011121314
  1. DESCRIPTION = "Tool to help debug / hack at the BCM283x GPIO"
  2. HOMEPAGE = "https://github.com/RPi-Distro/raspi-gpio"
  3. SECTION = "devel/libs"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=a14affa234debc057b47cdca615b2192"
  6. COMPATIBLE_MACHINE = "^rpi$"
  7. inherit autotools
  8. SRCREV = "22b44e4765b4b78dc5b22394fff484e353d5914d"
  9. SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \
  10. "