summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/rpi-gpio_0.5.3a.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/rpi-gpio_0.5.3a.bb')
-rw-r--r--recipes-devtools/python/rpi-gpio_0.5.3a.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/python/rpi-gpio_0.5.3a.bb b/recipes-devtools/python/rpi-gpio_0.5.3a.bb
new file mode 100644
index 0000000..9b0ece0
--- /dev/null
+++ b/recipes-devtools/python/rpi-gpio_0.5.3a.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "A module to control Raspberry Pi GPIO channels"
2HOMEPAGE = "http://code.google.com/p/raspberry-gpio-python/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=35af90ff2a10e8bdc967653b9dfcb22a"
6
7SRCNAME = "RPi.GPIO"
8PR = "r0"
9
10SRC_URI = "\
11 http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \
12 "
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit distutils
16
17COMPATIBLE_MACHINE = "raspberrypi"
18
19SRC_URI[md5sum] = "9cb086d2d2186062c5ae190a40902bb0"
20SRC_URI[sha256sum] = "f3342113d39901e5af1460374ff167590c427cb55460d2bda86c72bc64efc526"