diff options
| author | Paul Barker <pbarker@toganlabs.com> | 2018-03-05 12:24:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-05 12:24:11 +0000 |
| commit | b58ccfc696e4fa6b680ae5ca79960312676d7af9 (patch) | |
| tree | 0b5aab7d6b1edc2ed3c2f6e7bda2b919f22b3b42 | |
| parent | 510009f0c825cd7992d2d37e9ed0007f6c3be723 (diff) | |
| parent | 4bec6c1c17f805e6e19bde6f1685f347c0b8e9d6 (diff) | |
| download | meta-raspberrypi-b58ccfc696e4fa6b680ae5ca79960312676d7af9.tar.gz | |
Merge pull request #203 from benierc/rocko
Backport "rpio: Use pypi.bbclass"
| -rw-r--r-- | recipes-devtools/python/rpio_0.10.0.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-devtools/python/rpio_0.10.0.bb b/recipes-devtools/python/rpio_0.10.0.bb index 998fdb3..c3254bc 100644 --- a/recipes-devtools/python/rpio_0.10.0.bb +++ b/recipes-devtools/python/rpio_0.10.0.bb | |||
| @@ -5,12 +5,10 @@ SECTION = "devel/python" | |||
| 5 | LICENSE = "LGPLv3+" | 5 | LICENSE = "LGPLv3+" |
| 6 | LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a" | 6 | LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a" |
| 7 | 7 | ||
| 8 | SRCNAME = "RPIO" | 8 | PYPI_PACKAGE = "RPIO" |
| 9 | inherit pypi | ||
| 9 | 10 | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \ | 11 | SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" |
| 11 | file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch \ | ||
| 12 | " | ||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | 12 | ||
| 15 | inherit setuptools | 13 | inherit setuptools |
| 16 | 14 | ||
