summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2018-03-05 12:24:11 +0000
committerGitHub <noreply@github.com>2018-03-05 12:24:11 +0000
commitb58ccfc696e4fa6b680ae5ca79960312676d7af9 (patch)
tree0b5aab7d6b1edc2ed3c2f6e7bda2b919f22b3b42
parent510009f0c825cd7992d2d37e9ed0007f6c3be723 (diff)
parent4bec6c1c17f805e6e19bde6f1685f347c0b8e9d6 (diff)
downloadmeta-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.bb8
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"
5LICENSE = "LGPLv3+" 5LICENSE = "LGPLv3+"
6LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a" 6LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a"
7 7
8SRCNAME = "RPIO" 8PYPI_PACKAGE = "RPIO"
9inherit pypi
9 10
10SRC_URI = "http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \ 11SRC_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 "
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14 12
15inherit setuptools 13inherit setuptools
16 14