Please consider the environment before printing this e-mail On 19-03-2021 11:45, Robert P. J. Day via lists.yoctoproject.org wrote:
On Fri, 19 Mar 2021, Nicolas Dechesne wrote:
On Fri, Mar 19, 2021 at 10:47 AM Robert P. J. Day <rpjday@...> wrote:
testing building qemuarm64 core-image-minimal from scratch, and noticed it fetching for docbook-xml and docbook-xsl stuff ... is there something that still needs docbook support? i'm about to take a quick look to see what's demanding that, does anyone know?
It's not related to yp-docs at least. most likely some recipes that use docbook for their docs/man pages, no?
most likely, but as i'm explicitly not installing any documentation, i'm now poking around to see what insists on building that for no apparent reason.
My favorite method for that is to just remove the recipe that provides it and then see where it breaks...
it appears (after a *very* cursory investigation) that shared-mime-info-native is included, which drags in xmlto-native, which then drags in docbook stuff. i'll confirm that later.