diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb new file mode 100644 index 0000000000..55305c6cb9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "XMODEM protocol implementation" | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90bc9522130d68de0dcbf33707bbf124" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "a1a818f31c29412f1cab0cd69deccd7be77bc1feb516723af990d00161f6fb6a" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | do_install:append() { | ||
| 11 | install -d ${D}${docdir}/${PN} | ||
| 12 | mv ${D}${prefix}/doc/* ${D}${docdir}/${PN}/ | ||
| 13 | rmdir ${D}${prefix}/doc | ||
| 14 | } | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-logging \ | ||
| 18 | " | ||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
