On Wed Dec 3, 2025 at 12:32 PM CET, Quentin Schulz wrote: > From: Quentin Schulz <[email protected]> > > This will be a dependency for building the Yocto docs soon, so let's add > a recipe for it. > > This does SVG to PDF (or PNG) conversion for images used in Sphinx > projects. > > It exposes three different Sphinx extensions, each using a different > tool for the conversion: > - cairosvg, a Python module with no available recipe, > - inkscape, only available in seemingly unmaintained 3rd party layer, > - rsvg-convert, > > So we'll only support the last extension for now. > > Signed-off-by: Quentin Schulz <[email protected]> > ---
Hi Quentin, Thanks for your patch. > meta/conf/distro/include/maintainers.inc | 1 + > .../python3-sphinxcontrib-svg2pdfconverter_2.0.0.bb | 20 > ++++++++++++++++++++ > 2 files changed, 21 insertions(+) > > diff --git a/meta/conf/distro/include/maintainers.inc > b/meta/conf/distro/include/maintainers.inc > index 9f4e5e2df8..f819a21cce 100644 > --- a/meta/conf/distro/include/maintainers.inc > +++ b/meta/conf/distro/include/maintainers.inc > @@ -733,6 +733,7 @@ RECIPE_MAINTAINER:pn-python3-sphinxcontrib-jquery = "Tim > Orling <tim.orling@kons > RECIPE_MAINTAINER:pn-python3-sphinxcontrib-jsmath = "Tim Orling > <[email protected]>" > RECIPE_MAINTAINER:pn-python3-sphinxcontrib-qthelp = "Tim Orling > <[email protected]>" > RECIPE_MAINTAINER:pn-python3-sphinxcontrib-serializinghtml = "Tim Orling > <[email protected]>" > +RECIPE_MAINTAINER:pn-python3-sphinxcontrib-svg2pdfconverter = "Antonin > Godard <[email protected]>" It looks like this is not enough to make QA happy: 2025-12-03 10:53:56,449 - oe-selftest - INFO - FAIL: distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase) 2025-12-03 10:53:56,449 - oe-selftest - INFO - ---------------------------------------------------------------------- 2025-12-03 10:53:56,449 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last): File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/distrodata.py", line 105, in test_maintainers self.fail(""" File "/usr/lib/python3.10/unittest/case.py", line 675, in fail raise self.failureException(msg) AssertionError: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. python3-sphinxcontrib-svg2pdfconverter (/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/recipes-devtools/python/python3-sphinxcontrib-svg2pdfconverter_2.0.0.bb) https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/2786 https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/2681 Can you have a look at this? Thanks, Mathieu -- Mathieu Dubois-Briand, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227222): https://lists.openembedded.org/g/openembedded-core/message/227222 Mute This Topic: https://lists.openembedded.org/mt/116592267/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
