blob: 02a3f5585b098c0a11da03385b4780ff371aa58d [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 Bishop870eb532020-01-06 09:44:45 -050011SRCREV = "4edfde183ff3ac9ed66cdc015ae25e45f3a5502d"
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