From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta-python/recipes-devtools/python/python-periphery.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'external/meta-openembedded/meta-python/recipes-devtools/python/python-periphery.inc') diff --git a/external/meta-openembedded/meta-python/recipes-devtools/python/python-periphery.inc b/external/meta-openembedded/meta-python/recipes-devtools/python/python-periphery.inc index 539c3579..0171f63f 100644 --- a/external/meta-openembedded/meta-python/recipes-devtools/python/python-periphery.inc +++ b/external/meta-openembedded/meta-python/recipes-devtools/python/python-periphery.inc @@ -2,6 +2,8 @@ DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI HOMEPAGE = "http://pythonhosted.org/python-periphery/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=063846af82b555d48822cf43dc6db6af" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ecf5c2354c22fb5bfd53eefb8f9e65b" -PYPI_PACKAGE = "python-periphery" \ No newline at end of file +PYPI_PACKAGE = "python-periphery" + +RDEPENDS_${PN} += "${PYTHON_PN}-mmap" -- cgit 1.2.3-korg