mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00

don-t-install-setuptools.patch was removed as this is included now in the new version. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
21 lines
617 B
BlitzBasic
21 lines
617 B
BlitzBasic
DESCRIPTION = "A module to control Raspberry Pi GPIO channels"
|
|
HOMEPAGE = "http://code.google.com/p/raspberry-gpio-python/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=35af90ff2a10e8bdc967653b9dfcb22a"
|
|
|
|
SRCNAME = "RPi.GPIO"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "\
|
|
http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|
|
|
inherit distutils
|
|
|
|
COMPATIBLE_MACHINE = "raspberrypi"
|
|
|
|
SRC_URI[md5sum] = "9cb086d2d2186062c5ae190a40902bb0"
|
|
SRC_URI[sha256sum] = "f3342113d39901e5af1460374ff167590c427cb55460d2bda86c72bc64efc526"
|