summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/rpi-gpio_0.2.0.bb
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-05-08 10:06:45 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2013-06-23 23:09:05 +0300
commit996021a83a0ad4ff169cc56f4af474da9bdf0ce7 (patch)
treed4586e3cebcc3c3b6fe76a7c27e314225c330374 /recipes-devtools/python/rpi-gpio_0.2.0.bb
parent7b6aa02efec437d62f418e126cb0f4b124f5d689 (diff)
downloadmeta-raspberrypi-996021a83a0ad4ff169cc56f4af474da9bdf0ce7.tar.gz
rpi-gpio: renamed from RPi-GPIO
Package names shouldn't contain capital letters. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Diffstat (limited to 'recipes-devtools/python/rpi-gpio_0.2.0.bb')
-rw-r--r--recipes-devtools/python/rpi-gpio_0.2.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-devtools/python/rpi-gpio_0.2.0.bb b/recipes-devtools/python/rpi-gpio_0.2.0.bb
new file mode 100644
index 0000000..73122cd
--- /dev/null
+++ b/recipes-devtools/python/rpi-gpio_0.2.0.bb
@@ -0,0 +1,21 @@
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=ee5754ae9d5f8061d6d4ccd9c9fe0061"
6
7SRCNAME = "RPi.GPIO"
8PR = "r0"
9
10SRC_URI = "\
11 http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \
12 file://don-t-install-setuptools.patch \
13 "
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18COMPATIBLE_MACHINE = "raspberrypi"
19
20SRC_URI[md5sum] = "0fc4bfa6aabc856b0b75252a40ac75cc"
21SRC_URI[sha256sum] = "fcfd97dc9687dde76b13b9d12c122e71b13e2ba09a62913d7b8d9ddbb3e8cabf"