Skip to content

Commit

Permalink
rpio: Upgrade to 0.10.1
Browse files Browse the repository at this point in the history
Drop the 0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch
patch as it was fixed in this version[1].

This switches the source from pypi to git (github) as the new version
wasn't published yet.

Lastly, we use the LICENSE.txt file for LIC_FILES_CHKSUM so we don't
have to deal with context lines in the README file.

[1] metachris/RPIO#41

Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
Andrei Gherzan committed Apr 20, 2022
1 parent a7e26c0 commit 4ba8a33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ GPIO interrups, TCP socket interrupts, command line tools and more"
HOMEPAGE = "https://github.com/metachris/RPIO"
SECTION = "devel/python"
LICENSE = "LGPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d98c999675c23196b25a"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bb3ca60759f3202f1ae42e3519cd06bc"

PYPI_PACKAGE = "RPIO"
inherit pypi

SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch"
SRC_URI = "\
git://github.com/metachris/RPIO.git;protocol=https;branch=master \
"
SRCREV = "be1942a69b2592ddacd9dc833d2668a19aafd8d2"
S = "${WORKDIR}/git"

inherit setuptools3

Expand Down

0 comments on commit 4ba8a33

Please sign in to comment.