diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2014-08-24 03:01:49 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-08-24 03:01:49 +0200 |
| commit | d85f800dd940ed12c4be3775bd2a9eb0a383f28c (patch) | |
| tree | 094f1a7b1855739d13e4ad776582f99802c2432b /recipes-devtools/python/rpi-gpio_0.5.6.bb | |
| parent | 5abdd93e357d7599268e342ef62456a0ca9969e2 (diff) | |
| download | meta-raspberrypi-d85f800dd940ed12c4be3775bd2a9eb0a383f28c.tar.gz | |
rpi-gpio: Update to v0.5.6
Change-Id: I93d3239c6f797d4a5ebf4d0ff5a910d20a9042ac
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-devtools/python/rpi-gpio_0.5.6.bb')
| -rw-r--r-- | recipes-devtools/python/rpi-gpio_0.5.6.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-devtools/python/rpi-gpio_0.5.6.bb b/recipes-devtools/python/rpi-gpio_0.5.6.bb new file mode 100644 index 0000000..eff22d0 --- /dev/null +++ b/recipes-devtools/python/rpi-gpio_0.5.6.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] = "cbdff15871230ceef29bb407d31da485" | ||
| 19 | SRC_URI[sha256sum] = "36b64a9485d6a0dc8f24cfca6af45759ee367ce412b952ebcf0409364e05813a" | ||
