diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb | 7 |
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 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | do_install:append() { | ||
11 | install -d ${D}${docdir}/${PN} | ||
12 | mv ${D}/usr/doc/* ${D}${docdir}/${PN}/ | ||
13 | rmdir ${D}/usr/doc | ||
14 | } | ||
15 | |||
10 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-logging \ | 17 | ${PYTHON_PN}-logging \ |
12 | " | 18 | " |
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |