Re: [OE-core] [PATCH] libxml2: wrap xmllint to use the correct XML catalogues

2022-09-05 Thread Ross Burton
On 3 Sep 2022, at 13:12, Richard Purdie wrote: > > On Sat, 2022-09-03 at 12:11 +0200, Andreas Müller wrote: >> Hi, >> >> this is a major change on behaviour and causing trouble at least for >> KDE's kdoctools. Am no expert but I guess kdoctools uses custom >> catalogs. Worked around trouble in

Re: [OE-core] [PATCH] libxml2: wrap xmllint to use the correct XML catalogues

2022-09-03 Thread Richard Purdie
On Sat, 2022-09-03 at 12:11 +0200, Andreas Müller wrote: > Hi, > > this is a major change on behaviour and causing trouble at least for > KDE's kdoctools. Am no expert but I guess kdoctools uses custom > catalogs. Worked around trouble in meta-qt5-extra (assume meta-kf5 > will face same) by prefer

Re: [OE-core] [PATCH] libxml2: wrap xmllint to use the correct XML catalogues

2022-09-03 Thread Andreas Müller
Hi, this is a major change on behaviour and causing trouble at least for KDE's kdoctools. Am no expert but I guess kdoctools uses custom catalogs. Worked around trouble in meta-qt5-extra (assume meta-kf5 will face same) by preferring bare xmllint [1]. Just a heads up - it is about to land in kirks

[OE-core] [PATCH] libxml2: wrap xmllint to use the correct XML catalogues

2022-08-23 Thread Ross Burton
Install a wrapper around xmllint in native builds to set XML_CATALOG_FILES to the correct location of the XML catalogues, so that the callers of this script (like xmlto) don't need to do the same. Signed-off-by: Ross Burton --- meta/recipes-core/libxml/libxml2_2.9.14.bb | 2 ++ 1 file changed, 2