mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-13 15:52:05 +00:00
Change the reference to the MIT license containing LICENSE file in the downloaded archive. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
549 B
BlitzBasic
19 lines
549 B
BlitzBasic
SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python"
|
|
DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python"
|
|
HOMEPAGE = "https://github.com/kplindegaard/smbus2"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2a3eca2de44816126b3c6f33811a9fba"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "6276eb599b76c4e74372f2582d2282f03b4398f0da16bc996608e4f21557ca9b"
|
|
|
|
CLEANBROKEN = "1"
|
|
|
|
PYPI_PACKAGE = "smbus2"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-ctypes \
|
|
${PYTHON_PN}-fcntl \
|
|
"
|