diff options
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.patch | 16 |
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 @@ | |||
1 | AM_PATH_XML2 uses xml-config which we disable through | 1 | From 43edc9a445ed66cceb7533eadeef242940b4592c Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
3 | Date: Sat, 11 May 2019 20:37:12 +0800 | ||
4 | Subject: [PATCH] AM_PATH_XML2 uses xml-config which we disable through | ||
2 | binconfig-disabled.bbclass, so port it to use pkg-config instead. | 5 | binconfig-disabled.bbclass, so port it to use pkg-config instead. |
3 | 6 | ||
4 | Upstream-Status: Pending | 7 | Upstream-Status: Pending |
5 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 8 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
6 | 9 | ||
10 | Rebase to 2.9.9 | ||
11 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
12 | --- | ||
13 | libxml.m4 | 186 ++------------------------------------------------------------ | ||
14 | 1 file changed, 5 insertions(+), 181 deletions(-) | ||
15 | |||
7 | diff --git a/libxml.m4 b/libxml.m4 | 16 | diff --git a/libxml.m4 b/libxml.m4 |
8 | index 68cd824..5fa0a9b 100644 | 17 | index 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 | -- | ||
215 | 2.7.4 | ||
216 | |||