Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 1 | SUMMARY = "Robot Framework test library for serial connection" |
| 2 | HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=1af2e051b493d9552af443cf2f99d480" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb" |
| 7 | |
| 8 | PYPI_PACKAGE = "robotframework-seriallibrary" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
| 12 | RDEPENDS:${PN} += " \ |
| 13 | ${PYTHON_PN}-pyserial \ |
| 14 | ${PYTHON_PN}-robotframework \ |
| 15 | " |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |