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

Change-Id: Ie24be5363933fa994e38b030677d7381eb8a7f2a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
20 lines
607 B
BlitzBasic
20 lines
607 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"
|
|
|
|
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] = "add6554ed8331d515fccb5e052c7d1ff"
|
|
SRC_URI[sha256sum] = "5fae8e59a9a1cdb68208d40239d7ad788d22aa9d58c54c482fa5d89ccc4c0f37"
|