mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
python3-docutils: Rename utilities to their canonical names
Packages which use the utilities usually call/search for these tools without .py extension e.g. kernel-selftest and fails to find the tools if they are having .py extension. (From OE-Core rev: 47b221d6bc91139cd84ddcf9c57a12288eafd8be) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
e86612dc31
commit
eac91be2e1
|
|
@ -8,4 +8,13 @@ SRC_URI[sha256sum] = "f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
do_install:append() {
|
||||
for f in rst2html rst2html4 rst2html5 rst2latex rst2man \
|
||||
rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml \
|
||||
rstpep2html
|
||||
do
|
||||
mv ${D}${bindir}/$f.py ${D}${bindir}/$f;
|
||||
done
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user