diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb index d82b7b96ae..b6de42f7c1 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb | |||
| @@ -1,2 +1,20 @@ | |||
| 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=7145f7cdd263359b62d342a02f005515" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "b7c9565d54c30df7cd3f3c0e29adffa3" | ||
| 7 | SRC_URI[sha256sum] = "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "robotframework-seriallibrary" | ||
| 10 | |||
| 1 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
| 2 | require python-robotframework-seriallibrary.inc | 12 | |
| 13 | SRC_URI += "file://e31d5fdf2ea00ac6349e64580a20816783064dd4.patch" | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += " \ | ||
| 16 | ${PYTHON_PN}-pyserial \ | ||
| 17 | ${PYTHON_PN}-robotframework \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
