summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
diff options
context:
space:
mode:
authorJiaqing Zhao <jiaqing.zhao@linux.intel.com>2022-05-05 16:15:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-07 22:31:21 +0100
commitba9470cf9ddd96165fe683228f6e35a850687780 (patch)
tree10b554a19e1d2c4ec76d99e8ff1269a796411d33 /meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
parentf9e8cb23e3b703694fe7fb3bd8de5b6fbf7297e6 (diff)
downloadpoky-ba9470cf9ddd96165fe683228f6e35a850687780.tar.gz
libxml2: Upgrade 2.9.13 -> 2.9.14
(From OE-Core rev: c4ba21f4012e8859fc793bec7df76e56eb8058ec) Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch')
-rw-r--r--meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch21
1 files changed, 13 insertions, 8 deletions
diff --git a/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch b/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
index d211f65da3..cc9da88a29 100644
--- a/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
+++ b/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
@@ -1,4 +1,4 @@
1From f57da62218cf72c1342da82abafdac6b0a2e4997 Mon Sep 17 00:00:00 2001 1From 7196bce35954c4b46391cb0139aeb15ed628fa54 Mon Sep 17 00:00:00 2001
2From: Tony Tascioglu <tony.tascioglu@windriver.com> 2From: Tony Tascioglu <tony.tascioglu@windriver.com>
3Date: Fri, 14 May 2021 11:50:35 -0400 3Date: Fri, 14 May 2021 11:50:35 -0400
4Subject: [PATCH] AM_PATH_XML2 uses xml-config which we disable through 4Subject: [PATCH] AM_PATH_XML2 uses xml-config which we disable through
@@ -16,16 +16,18 @@ Rebase to 2.9.9
16Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 16Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
17 17
18Updated to apply cleanly to v2.9.12 18Updated to apply cleanly to v2.9.12
19
20Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com> 19Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com>
20
21Rebase to 2.9.14
22Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
21--- 23---
22 libxml.m4 | 190 ++---------------------------------------------------- 24 libxml.m4 | 189 ++----------------------------------------------------
23 1 file changed, 5 insertions(+), 185 deletions(-) 25 1 file changed, 5 insertions(+), 184 deletions(-)
24 26
25Index: libxml2-2.9.13/libxml.m4 27diff --git a/libxml.m4 b/libxml.m4
26=================================================================== 28index fc7790c..1c53585 100644
27--- libxml2-2.9.13.orig/libxml.m4 29--- a/libxml.m4
28+++ libxml2-2.9.13/libxml.m4 30+++ b/libxml.m4
29@@ -1,191 +1,12 @@ 31@@ -1,191 +1,12 @@
30-# Configure paths for LIBXML2 32-# Configure paths for LIBXML2
31-# Simon Josefsson 2020-02-12 33-# Simon Josefsson 2020-02-12
@@ -223,3 +225,6 @@ Index: libxml2-2.9.13/libxml.m4
223- AC_SUBST(XML_LIBS) 225- AC_SUBST(XML_LIBS)
224- rm -f conf.xmltest 226- rm -f conf.xmltest
225 ]) 227 ])
228--
2292.34.1
230