diff options
author | Paul Barker <pbarker@toganlabs.com> | 2018-02-26 16:27:22 +0000 |
---|---|---|
committer | Clement Benier <clement.benier@gmail.com> | 2018-03-03 16:17:42 +0100 |
commit | 4bec6c1c17f805e6e19bde6f1685f347c0b8e9d6 (patch) | |
tree | 0b5aab7d6b1edc2ed3c2f6e7bda2b919f22b3b42 | |
parent | 510009f0c825cd7992d2d37e9ed0007f6c3be723 (diff) | |
download | meta-raspberrypi-4bec6c1c17f805e6e19bde6f1685f347c0b8e9d6.tar.gz |
rpio: Use pypi.bbclass
This should resolve recent issues with the non-https URL in SRC_URI.
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-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 | ||