summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-08-20 19:34:27 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2013-08-21 15:54:52 +0300
commitcb6ee9867d57ffe7bd85cd47879d9cdb8ceb5fa2 (patch)
tree93016fac702da55b59a001746bd450f16713b7d0 /recipes-devtools
parentcfd873e2231380c608b27d21b53ba603ab730b19 (diff)
downloadmeta-raspberrypi-cb6ee9867d57ffe7bd85cd47879d9cdb8ceb5fa2.tar.gz
rpi-gpio: Update to v0.5.3a
don-t-install-setuptools.patch was removed as this is included now in the new version. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch16
-rw-r--r--recipes-devtools/python/rpi-gpio_0.5.3a.bb (renamed from recipes-devtools/python/rpi-gpio_0.2.0.bb)9
2 files changed, 4 insertions, 21 deletions
diff --git a/recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch b/recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch
deleted file mode 100644
index bc71443..0000000
--- a/recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1We already have setuptools python module so we will use that and not the
2one provided in this package.
3
4Upstream-Status: Inappropriate [embedded specific]
5Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
6
7Index: RPi.GPIO-0.2.0/setup.py
8===================================================================
9--- RPi.GPIO-0.2.0.orig/setup.py 2012-05-24 13:17:31.000000000 +0300
10+++ RPi.GPIO-0.2.0/setup.py 2012-08-22 00:56:59.049001018 +0300
11@@ -1,6 +1,4 @@
12 #!/usr/bin/env python
13-import distribute_setup
14-distribute_setup.use_setuptools()
15 from setuptools import setup, find_packages
16 import platform
diff --git a/recipes-devtools/python/rpi-gpio_0.2.0.bb b/recipes-devtools/python/rpi-gpio_0.5.3a.bb
index 73122cd..9b0ece0 100644
--- a/recipes-devtools/python/rpi-gpio_0.2.0.bb
+++ b/recipes-devtools/python/rpi-gpio_0.5.3a.bb
@@ -2,20 +2,19 @@ DESCRIPTION = "A module to control Raspberry Pi GPIO channels"
2HOMEPAGE = "http://code.google.com/p/raspberry-gpio-python/" 2HOMEPAGE = "http://code.google.com/p/raspberry-gpio-python/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=ee5754ae9d5f8061d6d4ccd9c9fe0061" 5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=35af90ff2a10e8bdc967653b9dfcb22a"
6 6
7SRCNAME = "RPi.GPIO" 7SRCNAME = "RPi.GPIO"
8PR = "r0" 8PR = "r0"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \ 11 http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \
12 file://don-t-install-setuptools.patch \
13 " 12 "
14S = "${WORKDIR}/${SRCNAME}-${PV}" 13S = "${WORKDIR}/${SRCNAME}-${PV}"
15 14
16inherit setuptools 15inherit distutils
17 16
18COMPATIBLE_MACHINE = "raspberrypi" 17COMPATIBLE_MACHINE = "raspberrypi"
19 18
20SRC_URI[md5sum] = "0fc4bfa6aabc856b0b75252a40ac75cc" 19SRC_URI[md5sum] = "9cb086d2d2186062c5ae190a40902bb0"
21SRC_URI[sha256sum] = "fcfd97dc9687dde76b13b9d12c122e71b13e2ba09a62913d7b8d9ddbb3e8cabf" 20SRC_URI[sha256sum] = "f3342113d39901e5af1460374ff167590c427cb55460d2bda86c72bc64efc526"