blob: 176646d2bfc8b118b2a0e02b00060f3481f304f3 [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"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00005LICENSE = "LGPL-3.0-or-later"
Patrick Williams03907ee2022-05-01 06:28:52 -05006LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bb3ca60759f3202f1ae42e3519cd06bc"
Patrick Williams8b8bc412016-08-17 15:02:23 -05007
Patrick Williams03907ee2022-05-01 06:28:52 -05008SRC_URI = "\
9 git://github.com/metachris/RPIO.git;protocol=https;branch=master \
10 "
11SRCREV = "be1942a69b2592ddacd9dc833d2668a19aafd8d2"
12S = "${WORKDIR}/git"
Patrick Williams8b8bc412016-08-17 15:02:23 -050013
Andrew Geissler062316f2020-05-15 14:19:14 -050014inherit setuptools3
Patrick Williams8b8bc412016-08-17 15:02:23 -050015
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016COMPATIBLE_MACHINE = "^rpi$"
Patrick Williams8b8bc412016-08-17 15:02:23 -050017
Patrick Williams213cb262021-08-07 19:21:33 -050018RDEPENDS:${PN} = "\
Andrew Geissler062316f2020-05-15 14:19:14 -050019 python3-logging \
20 python3-threading \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050021"
22
Patrick Williams8b8bc412016-08-17 15:02:23 -050023SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4"
24SRC_URI[sha256sum] = "b89f75dec9de354681209ebfaedfe22b7c178aacd91a604a7bd6d92024e4cf7e"