diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-01 12:51:32 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:06 -0800 |
commit | 6f5a01762a25ef398b0a9c6fd6aa615163ddef8c (patch) | |
tree | 6956868cc60fbb38c5006aeff55c8e0c4063cf39 /meta-python/recipes-devtools/python | |
parent | ce2692fc0e9f165618e788c887976d55c64c8667 (diff) | |
download | meta-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>
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" |