]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
xmlto: Update to use upstream tip of trunk
authorKhem Raj <raj.khem@gmail.com>
Wed, 17 Aug 2022 16:24:36 +0000 (09:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Sep 2022 07:51:32 +0000 (08:51 +0100)
commit27a5000724e4f4df274279bcd801d1dc2830208e
treee86104f6f24763406a8969d104a39116b6c03427
parentd2496a904a7099ef0de818180820ad7b40843a08
xmlto: Update to use upstream tip of trunk

There are several fixes which are done to fix builds with newer
compilers after 0.0.28 was releases in 2015 a long time ago.

Add a patch to fix manpages builds not trying to access network during
build

Add UPSTREAM_CHECK_COMMITS = "1"

Regenerate xmlif from lex files, before configuring the build.
Run lex from sourcedir to avoid emitting absolute source paths via #line
directive into generated c source file which ends up causing
reproducability isssue

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>
meta/recipes-devtools/xmlto/xmlto/0001-Skip-validating-xmlto-output.patch [new file with mode: 0644]
meta/recipes-devtools/xmlto/xmlto/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch [moved from meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch with 91% similarity]
meta/recipes-devtools/xmlto/xmlto_0.0.28.bb