mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 16:16:56 +00:00
rpi-gpio: Bump to 0.7.1
Workaround not needed anymore as a fix was included from 0.7.1a[1]. [1] https://sourceforge.net/p/raspberry-gpio-python/tickets/187/#52f3 Also, this drops a patch merged upstream. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
4ede22cb67
commit
356c0afee9
@@ -0,0 +1,15 @@
|
||||
DESCRIPTION = "A module to control Raspberry Pi GPIO channels"
|
||||
HOMEPAGE = "https://sourceforge.net/projects/raspberry-gpio-python/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=a2294b0b1daabc30dfb5b3de73b2e00a"
|
||||
|
||||
PYPI_PACKAGE = "RPi.GPIO"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI += "file://0001-Remove-nested-functions.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "cd61c4b03c37b62bba4a5acfea9862749c33c618e0295e7e90aa4713fb373b70"
|
||||
|
||||
COMPATIBLE_MACHINE = "^rpi$"
|
||||
Reference in New Issue
Block a user