diff options
author | Paul Barker <pbarker@toganlabs.com> | 2018-02-26 16:27:22 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-02-28 18:02:58 +0000 |
commit | 0f145057c396506af491ac2eb258f5e161c2b984 (patch) | |
tree | aa80888abfed1a938faaf79b408fe7d52f81c2af /recipes-devtools | |
parent | 6d0830b26fe3d4b04296621fedf6906e66c054d7 (diff) | |
download | meta-raspberrypi-0f145057c396506af491ac2eb258f5e161c2b984.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>
Diffstat (limited to 'recipes-devtools')
-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 | ||