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 | |
Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 8 | PYPI_PACKAGE = "RPIO" |
| 9 | inherit pypi |
Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 10 | |
Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 11 | SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" |
Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 12 | |
| 13 | inherit setuptools |
| 14 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | COMPATIBLE_MACHINE = "^rpi$" |
Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 16 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 17 | RDEPENDS_${PN} = "\ |
| 18 | python-logging \ |
| 19 | python-threading \ |
| 20 | " |
| 21 | |
Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 22 | SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4" |
| 23 | SRC_URI[sha256sum] = "b89f75dec9de354681209ebfaedfe22b7c178aacd91a604a7bd6d92024e4cf7e" |