summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-01 12:51:32 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:06 -0800
commit6f5a01762a25ef398b0a9c6fd6aa615163ddef8c (patch)
tree6956868cc60fbb38c5006aeff55c8e0c4063cf39
parentce2692fc0e9f165618e788c887976d55c64c8667 (diff)
downloadmeta-openembedded-6f5a01762a25ef398b0a9c6fd6aa615163ddef8c.tar.gz
python3-xmodem: Move docs to /usr/share/doc
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-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 9d722b84f..6df392e2d 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"