mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-26 19:17:00 +00:00
Merge pull request #203 from benierc/rocko
Backport "rpio: Use pypi.bbclass"
This commit is contained in:
@@ -5,12 +5,10 @@ SECTION = "devel/python"
|
|||||||
LICENSE = "LGPLv3+"
|
LICENSE = "LGPLv3+"
|
||||||
LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a"
|
LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a"
|
||||||
|
|
||||||
SRCNAME = "RPIO"
|
PYPI_PACKAGE = "RPIO"
|
||||||
|
inherit pypi
|
||||||
|
|
||||||
SRC_URI = "http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \
|
SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch"
|
||||||
file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch \
|
|
||||||
"
|
|
||||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|
||||||
|
|
||||||
inherit setuptools
|
inherit setuptools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user