python-robotframework: Add robot framework serial library

Add the robotframework serial library which provides the python library
and associated robot keywords to open and communicate with serial devices.

Signed-off-by: Sipke Vriend <sipke.vriend@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Sipke Vriend
2018-05-09 11:39:33 +10:00
committed by Khem Raj
parent cfa7834dbc
commit 7380588936
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
SUMMARY = "Robot Framework test library for serial connection"
HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SRC_URI[md5sum] = "b7c9565d54c30df7cd3f3c0e29adffa3"
SRC_URI[sha256sum] = "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19"
SRC_URI = "https://files.pythonhosted.org/packages/ce/e1/1e337dc84a20b9d92d7b243d16bb9f6fc0084967eca7454228bb546efec7/robotframework-seriallibrary-0.3.1.tar.gz"
RDEPENDS_${PN} += " \
${PYTHON_PN}-pyserial \
${PYTHON_PN}-robotframework \
"
BBCLASSEXTEND = "native nativesdk"

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools
require python-robotframework-seriallibrary.inc

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools
require python-robotframework-seriallibrary.inc