blob: 0171f63f832d10232602301e78a0e7e4de5174cb [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux."
2HOMEPAGE = "http://pythonhosted.org/python-periphery/"
3LICENSE = "MIT"
4
Brad Bishop0e2770c2020-01-21 07:31:46 -05005LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ecf5c2354c22fb5bfd53eefb8f9e65b"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006
Brad Bishop868407c2019-11-04 13:24:47 -05007PYPI_PACKAGE = "python-periphery"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05008
9RDEPENDS_${PN} += "${PYTHON_PN}-mmap"