summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
diff options
context:
space:
mode:
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.patch16
1 files changed, 14 insertions, 2 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 d9ed1516fe..e6998f6e68 100644
--- a/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
+++ b/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
@@ -1,11 +1,20 @@
1AM_PATH_XML2 uses xml-config which we disable through 1From 43edc9a445ed66cceb7533eadeef242940b4592c Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 11 May 2019 20:37:12 +0800
4Subject: [PATCH] AM_PATH_XML2 uses xml-config which we disable through
2binconfig-disabled.bbclass, so port it to use pkg-config instead. 5binconfig-disabled.bbclass, so port it to use pkg-config instead.
3 6
4Upstream-Status: Pending 7Upstream-Status: Pending
5Signed-off-by: Ross Burton <ross.burton@intel.com> 8Signed-off-by: Ross Burton <ross.burton@intel.com>
6 9
10Rebase to 2.9.9
11Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12---
13 libxml.m4 | 186 ++------------------------------------------------------------
14 1 file changed, 5 insertions(+), 181 deletions(-)
15
7diff --git a/libxml.m4 b/libxml.m4 16diff --git a/libxml.m4 b/libxml.m4
8index 68cd824..5fa0a9b 100644 17index 2d7a6f5..1c53585 100644
9--- a/libxml.m4 18--- a/libxml.m4
10+++ b/libxml.m4 19+++ b/libxml.m4
11@@ -1,188 +1,12 @@ 20@@ -1,188 +1,12 @@
@@ -202,3 +211,6 @@ index 68cd824..5fa0a9b 100644
202- AC_SUBST(XML_LIBS) 211- AC_SUBST(XML_LIBS)
203- rm -f conf.xmltest 212- rm -f conf.xmltest
204 ]) 213 ])
214--
2152.7.4
216