diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-19 20:29:43 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-19 20:29:43 +0200 |
commit | 9a3ee96ea321149dc2ed1a0f1ace88b0ee8828ed (patch) | |
tree | 43206c0c28b32424a7e0b1b613a87a2b4c5f8e59 /recipes-devtools/python/rpi-gpio_0.5.4.bb | |
parent | da3e1574084a2e64939ebf629f5c6fdf3211e7d2 (diff) | |
download | meta-raspberrypi-9a3ee96ea321149dc2ed1a0f1ace88b0ee8828ed.tar.gz |
rpi-gpio: Update to v0.5.4
Change-Id: Ie24be5363933fa994e38b030677d7381eb8a7f2a
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-devtools/python/rpi-gpio_0.5.4.bb')
-rw-r--r-- | recipes-devtools/python/rpi-gpio_0.5.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-devtools/python/rpi-gpio_0.5.4.bb b/recipes-devtools/python/rpi-gpio_0.5.4.bb new file mode 100644 index 0000000..7307399 --- /dev/null +++ b/recipes-devtools/python/rpi-gpio_0.5.4.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "A module to control Raspberry Pi GPIO channels" | ||
2 | HOMEPAGE = "http://code.google.com/p/raspberry-gpio-python/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=35af90ff2a10e8bdc967653b9dfcb22a" | ||
6 | |||
7 | SRCNAME = "RPi.GPIO" | ||
8 | |||
9 | SRC_URI = "\ | ||
10 | http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \ | ||
11 | " | ||
12 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
13 | |||
14 | inherit distutils | ||
15 | |||
16 | COMPATIBLE_MACHINE = "raspberrypi" | ||
17 | |||
18 | SRC_URI[md5sum] = "add6554ed8331d515fccb5e052c7d1ff" | ||
19 | SRC_URI[sha256sum] = "5fae8e59a9a1cdb68208d40239d7ad788d22aa9d58c54c482fa5d89ccc4c0f37" | ||