Andrew Geissler | 1c34914 | 2019-02-19 19:49:56 -0600 | [diff] [blame] | 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 | |
| 7 | COMPATIBLE_MACHINE = "^rpi$" |
| 8 | |
| 9 | inherit autotools |
| 10 | |
| 11 | SRCREV = "2df7b8684e2e36b080cda315d78d5ba16f8f18b0" |
| 12 | SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \ |
| 13 | " |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |