diff options
Diffstat (limited to 'recipes-devtools/python/rpi-gpio_0.5.3a.bb')
| -rw-r--r-- | recipes-devtools/python/rpi-gpio_0.5.3a.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/python/rpi-gpio_0.5.3a.bb b/recipes-devtools/python/rpi-gpio_0.5.3a.bb new file mode 100644 index 0000000..9b0ece0 --- /dev/null +++ b/recipes-devtools/python/rpi-gpio_0.5.3a.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | PR = "r0" | ||
| 9 | |||
| 10 | SRC_URI = "\ | ||
| 11 | http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \ | ||
| 12 | " | ||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit distutils | ||
| 16 | |||
| 17 | COMPATIBLE_MACHINE = "raspberrypi" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "9cb086d2d2186062c5ae190a40902bb0" | ||
| 20 | SRC_URI[sha256sum] = "f3342113d39901e5af1460374ff167590c427cb55460d2bda86c72bc64efc526" | ||
