blob: 1a6cee70486bf14321d9919a470cfb54dd2e6e60 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001DESCRIPTION = "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 = "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 "
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit setuptools
16
17COMPATIBLE_MACHINE = "raspberrypi"
18
Brad Bishop6e60e8b2018-02-01 10:27:11 -050019RDEPENDS_${PN} = "\
20 python-logging \
21 python-threading \
22"
23
Patrick Williams8b8bc412016-08-17 15:02:23 -050024SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4"
25SRC_URI[sha256sum] = "b89f75dec9de354681209ebfaedfe22b7c178aacd91a604a7bd6d92024e4cf7e"