summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
index 9d722b84f6..6df392e2d6 100644
--- a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
+++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
@@ -7,8 +7,13 @@ SRC_URI[sha256sum] = "089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10do_install:append() {
11 install -d ${D}${docdir}/${PN}
12 mv ${D}/usr/doc/* ${D}${docdir}/${PN}/
13 rmdir ${D}/usr/doc
14}
15
10RDEPENDS:${PN} += " \ 16RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-logging \ 17 ${PYTHON_PN}-logging \
12" 18"
13
14BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"