Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 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 = "http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \ |
| 11 | file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch \ |
| 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" |