summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/raspi-gpio/raspi-gpio_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/raspi-gpio/raspi-gpio_git.bb b/recipes-devtools/raspi-gpio/raspi-gpio_git.bb
new file mode 100644
index 0000000..0de775c
--- /dev/null
+++ b/recipes-devtools/raspi-gpio/raspi-gpio_git.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "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
11SRCREV = "2df7b8684e2e36b080cda315d78d5ba16f8f18b0"
12SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \
13 "
14
15S = "${WORKDIR}/git"
16