blob: c2d7f59fbbb351a4df598ca16e1842adfd7c861b [file] [log] [blame]
Andrew Geissler1c349142019-02-19 19:49:56 -06001DESCRIPTION = "Tool to help debug / hack at the BCM283x GPIO"
2HOMEPAGE = "https://github.com/RPi-Distro/raspi-gpio"
3SECTION = "devel/libs"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a14affa234debc057b47cdca615b2192"
6
7COMPATIBLE_MACHINE = "^rpi$"
8
9inherit autotools
10
Brad Bishop985dee92019-11-11 08:08:32 -050011SRCREV = "2eaa8b8755a550e34d07c898b90b0d9b3d66fd81"
Andrew Geissler1c349142019-02-19 19:49:56 -060012SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \
13 "
14
15S = "${WORKDIR}/git"
16