blob: 69ecb6f9b8875e063c13baa2e2e1213f11e68725 [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
19SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4"
20SRC_URI[sha256sum] = "b89f75dec9de354681209ebfaedfe22b7c178aacd91a604a7bd6d92024e4cf7e"