mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
libxml2: upgrade 2.9.14 -> 2.10.3
Change ptest away from using the upstream Makefiles to manually running the tests: they're not actually integrated with automake anyway so this didn't gain us anything apart from patches we can't send upstream. Drops the following patches: - 0001-Make-ptest-run-the-python-tests-if-python-is-enabled.patch - 0001-Port-gentest.py-to-Python-3.patch - fix-execution-of-ptests.patch - remove-fuzz-from-ptests.patch - runtest.patch Add a simple patch to install the test binaries via the Makefile: - install-tests.patch The Python module is built differently and a number of patches no longer apply and appear to be redundant, remove: - python-sitepackages-dir.patch libxml-m4-use-pkgconfig.patch has been sent upstream now, mark as backport. Remove obsolete --without-docbook option. Remove obsolete xml2Conf.sh packaging. (From OE-Core rev: ec5f380a14246e31b2a1a12dda9fe2178b1e5f83) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
85ec78cc24
commit
f4ffba353e
@@ -1,26 +1,8 @@
|
||||
From 7196bce35954c4b46391cb0139aeb15ed628fa54 Mon Sep 17 00:00:00 2001
|
||||
From: Tony Tascioglu <tony.tascioglu@windriver.com>
|
||||
Date: Fri, 14 May 2021 11:50:35 -0400
|
||||
Subject: [PATCH] AM_PATH_XML2 uses xml-config which we disable through
|
||||
Change the AM_PATH_XML2 macros to use pkg-config instead of xml2-config.
|
||||
|
||||
binconfig-disabled.bbclass, so port it to use pkg-config instead.
|
||||
Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxml2/-/commit/d598d8af0913b6e3d4e61ffa62397a275b669dca]
|
||||
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
||||
|
||||
This cannot be upstreamed, as the original macro supports various
|
||||
optional arguments which cannot be supported with a direct call
|
||||
to pkg-config.
|
||||
|
||||
Upstream-Status: Inappropriate [oe-core specific; see above]
|
||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
|
||||
Rebase to 2.9.9
|
||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||
|
||||
Updated to apply cleanly to v2.9.12
|
||||
Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com>
|
||||
|
||||
Rebase to 2.9.14
|
||||
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
|
||||
---
|
||||
libxml.m4 | 189 ++----------------------------------------------------
|
||||
1 file changed, 5 insertions(+), 184 deletions(-)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user