diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-20 19:36:53 +0300 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-21 15:54:54 +0300 |
| commit | 0680e941159ea9f98075ad5a77bc948453ec581f (patch) | |
| tree | 3d802458ae23565af9479d4a94705c570c3a40d8 | |
| parent | cb6ee9867d57ffe7bd85cd47879d9cdb8ceb5fa2 (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | DESCRIPTION = "Advanced GPIO for the Raspberry Pi. Extends RPi.GPIO with PWM, \ | ||
| 2 | GPIO interrups, TCP socket interrupts, command line tools and more" | ||
| 3 | HOMEPAGE = "https://github.com/metachris/RPIO" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "LGPLv3+" | ||
| 6 | LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a" | ||
| 7 | |||
| 8 | SRCNAME = "RPIO" | ||
| 9 | |||
| 10 | SRC_URI = "\ | ||
| 11 | http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \ | ||
| 12 | " | ||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | COMPATIBLE_MACHINE = "raspberrypi" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4" | ||
| 20 | SRC_URI[sha256sum] = "b89f75dec9de354681209ebfaedfe22b7c178aacd91a604a7bd6d92024e4cf7e" | ||
