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 --- .../python-robotframework-seriallibrary_0.3.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-robotframework-seriallibrary_0.3.1.bb (limited to 'external/meta-python2/recipes-devtools/python/python-robotframework-seriallibrary_0.3.1.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-robotframework-seriallibrary_0.3.1.bb b/external/meta-python2/recipes-devtools/python/python-robotframework-seriallibrary_0.3.1.bb new file mode 100644 index 00000000..48ceb899 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-robotframework-seriallibrary_0.3.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Robot Framework test library for serial connection" +HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" + +SRC_URI[md5sum] = "b7c9565d54c30df7cd3f3c0e29adffa3" +SRC_URI[sha256sum] = "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19" + +PYPI_PACKAGE = "robotframework-seriallibrary" + +inherit pypi setuptools + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pyserial \ + ${PYTHON_PN}-robotframework \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg