Please always check first if issue has been fixed upstream and needs to be backported: https://gitlab.freedesktop.org/mesa/drm/-/commit/62b9a3eee9bdaafa766e92d5bebeb4e59845c45a
Alex On Mon, 25 Jan 2021 at 09:43, Alexander Kanavin via lists.openembedded.org <[email protected]> wrote: > Wait, you need to provide a better explanation. Where does this issue > happen? And why isn't it fixed upstream? > > Alex > > On Mon, 25 Jan 2021 at 03:20, Wang Mingyu <[email protected]> wrote: > >> 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 (#147158): https://lists.openembedded.org/g/openembedded-core/message/147158 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]] -=-=-=-=-=-=-=-=-=-=-=-
