summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-08-20 19:36:53 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2013-08-21 15:54:54 +0300
commit0680e941159ea9f98075ad5a77bc948453ec581f (patch)
tree3d802458ae23565af9479d4a94705c570c3a40d8
parentcb6ee9867d57ffe7bd85cd47879d9cdb8ceb5fa2 (diff)
downloadmeta-raspberrypi-0680e941159ea9f98075ad5a77bc948453ec581f.tar.gz
rpio: Integrate v0.10.0
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-devtools/python/rpio_0.10.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/python/rpio_0.10.0.bb b/recipes-devtools/python/rpio_0.10.0.bb
new file mode 100644
index 0000000..1cc1661
--- /dev/null
+++ b/recipes-devtools/python/rpio_0.10.0.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Advanced GPIO for the Raspberry Pi. Extends RPi.GPIO with PWM, \
2GPIO interrups, TCP socket interrupts, command line tools and more"
3HOMEPAGE = "https://github.com/metachris/RPIO"
4SECTION = "devel/python"
5LICENSE = "LGPLv3+"
6LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a"
7
8SRCNAME = "RPIO"
9
10SRC_URI = "\
11 http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \
12 "
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit setuptools
16
17COMPATIBLE_MACHINE = "raspberrypi"
18
19SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4"
20SRC_URI[sha256sum] = "b89f75dec9de354681209ebfaedfe22b7c178aacd91a604a7bd6d92024e4cf7e"