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>
This commit is contained in:
Khem Raj 2022-03-01 12:51:32 -08:00
parent ce2692fc0e
commit 6f5a01762a

View File

@ -7,8 +7,13 @@ SRC_URI[sha256sum] = "089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8
inherit pypi setuptools3
do_install:append() {
install -d ${D}${docdir}/${PN}
mv ${D}/usr/doc/* ${D}${docdir}/${PN}/
rmdir ${D}/usr/doc
}
RDEPENDS:${PN} += " \
${PYTHON_PN}-logging \
"
BBCLASSEXTEND = "native nativesdk"