Signed-off-by: Wang Mingyu <[email protected]>
---
.../python/python3-docutils_0.16.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/meta/recipes-devtools/python/python3-docutils_0.16.bb
b/meta/recipes-devtools/python/python3-docutils_0.16.bb
index 50547a1b0c..3b2df223ed 100644
--- a/meta/recipes-devtools/python/python3-docutils_0.16.bb
+++ b/meta/recipes-devtools/python/python3-docutils_0.16.bb
@@ -14,4 +14,19 @@ S = "${WORKDIR}/docutils-${PV}"
inherit distutils3
+do_install_append_class-native() {
+ mv ${D}${bindir}/rst2html.py ${D}${bindir}/rst2html
+ mv ${D}${bindir}/rst2html4.py ${D}${bindir}/rst2html4
+ mv ${D}${bindir}/rst2html5.py ${D}${bindir}/rst2html5
+ mv ${D}${bindir}/rst2latex.py ${D}${bindir}/rst2latex
+ mv ${D}${bindir}/rst2man.py ${D}${bindir}/rst2man
+ mv ${D}${bindir}/rst2odt.py ${D}${bindir}/rst2odt
+ mv ${D}${bindir}/rst2odt_prepstyles.py ${D}${bindir}/rst2odt_prepstyles
+ mv ${D}${bindir}/rst2pseudoxml.py ${D}${bindir}/rst2pseudoxml
+ mv ${D}${bindir}/rst2s5.py ${D}${bindir}/rst2s5
+ mv ${D}${bindir}/rst2xetex.py ${D}${bindir}/rst2xetex
+ mv ${D}${bindir}/rst2xml.py ${D}${bindir}/rst2xml
+ mv ${D}${bindir}/rstpep2html.py ${D}${bindir}/rstpep2html
+}
+
BBCLASSEXTEND = "native"
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#147150):
https://lists.openembedded.org/g/openembedded-core/message/147150
Mute This Topic: https://lists.openembedded.org/mt/80095002/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-