blob: bfcb023a2f5da9453fbe3974bdf0439a038535a3 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Robot Framework test library for serial connection"
2HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary"
3LICENSE = "Apache-2.0"
Brad Bishop0f291cc2019-09-01 15:16:57 -04004LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005
6SRC_URI[md5sum] = "b7c9565d54c30df7cd3f3c0e29adffa3"
7SRC_URI[sha256sum] = "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19"
8
9SRC_URI = "https://files.pythonhosted.org/packages/ce/e1/1e337dc84a20b9d92d7b243d16bb9f6fc0084967eca7454228bb546efec7/robotframework-seriallibrary-0.3.1.tar.gz"
10RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-pyserial \
12 ${PYTHON_PN}-robotframework \
13"
14
15BBCLASSEXTEND = "native nativesdk"