summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-02-10 00:52:19 +0100
committerAndrei Gherzan <andrei@resin.io>2015-03-01 00:43:29 +0100
commit72c43866c1726be66d7b836f338462197d057f04 (patch)
tree5070f44e64029e5221f8d4a391f6b8d4380b5a0a /recipes-devtools
parentb7c3a935cccbafb7ecf5b4541c1767f69f7b4ff7 (diff)
downloadmeta-raspberrypi-72c43866c1726be66d7b836f338462197d057f04.tar.gz
rpi-gpio: Update to v0.5.9
Change-Id: Ifc455b9106f07583ccaf3fe82723baaeb5e04d2e Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/rpi-gpio_0.5.9.bb (renamed from recipes-devtools/python/rpi-gpio_0.5.6.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/python/rpi-gpio_0.5.6.bb b/recipes-devtools/python/rpi-gpio_0.5.9.bb
index eff22d0..9394fd8 100644
--- a/recipes-devtools/python/rpi-gpio_0.5.6.bb
+++ b/recipes-devtools/python/rpi-gpio_0.5.9.bb
@@ -2,7 +2,7 @@ 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=35af90ff2a10e8bdc967653b9dfcb22a" 5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=9b95630a648966b142f1a0dcea001cb7"
6 6
7SRCNAME = "RPi.GPIO" 7SRCNAME = "RPi.GPIO"
8 8
@@ -15,5 +15,5 @@ inherit distutils
15 15
16COMPATIBLE_MACHINE = "raspberrypi" 16COMPATIBLE_MACHINE = "raspberrypi"
17 17
18SRC_URI[md5sum] = "cbdff15871230ceef29bb407d31da485" 18SRC_URI[md5sum] = "54ea6ef33502d43e3a89713593315e5a"
19SRC_URI[sha256sum] = "36b64a9485d6a0dc8f24cfca6af45759ee367ce412b952ebcf0409364e05813a" 19SRC_URI[sha256sum] = "167fab1861093677af69db135ce815729dd4fbfb8f8e2eb830eab6324bc89152"