mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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:
parent
ce2692fc0e
commit
6f5a01762a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user