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, 6 insertions, 10 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 90fa193775..6f44275299 100644
--- a/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
+++ b/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
@@ -18,11 +18,11 @@ Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com>
18 libxml.m4 | 190 ++---------------------------------------------------- 18 libxml.m4 | 190 ++----------------------------------------------------
19 1 file changed, 5 insertions(+), 185 deletions(-) 19 1 file changed, 5 insertions(+), 185 deletions(-)
20 20
21diff --git a/libxml.m4 b/libxml.m4 21Index: libxml2-2.9.13/libxml.m4
22index 09de9fe2..1c535853 100644 22===================================================================
23--- a/libxml.m4 23--- libxml2-2.9.13.orig/libxml.m4
24+++ b/libxml.m4 24+++ libxml2-2.9.13/libxml.m4
25@@ -1,192 +1,12 @@ 25@@ -1,191 +1,12 @@
26-# Configure paths for LIBXML2 26-# Configure paths for LIBXML2
27-# Simon Josefsson 2020-02-12 27-# Simon Josefsson 2020-02-12
28-# Fix autoconf 2.70+ warnings 28-# Fix autoconf 2.70+ warnings
@@ -147,9 +147,8 @@ index 09de9fe2..1c535853 100644
147- { 147- {
148- printf("\n*** An old version of libxml (%d.%d.%d) was found.\n", 148- printf("\n*** An old version of libxml (%d.%d.%d) was found.\n",
149- xml_major_version, xml_minor_version, xml_micro_version); 149- xml_major_version, xml_minor_version, xml_micro_version);
150- printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n", 150- printf("*** You need a version of libxml newer than %d.%d.%d.\n",
151- major, minor, micro); 151- major, minor, micro);
152- printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n");
153- printf("***\n"); 152- printf("***\n");
154- printf("*** If you have already installed a sufficiently new version, this error\n"); 153- printf("*** If you have already installed a sufficiently new version, this error\n");
155- printf("*** probably means that the wrong copy of the xml2-config shell script is\n"); 154- printf("*** probably means that the wrong copy of the xml2-config shell script is\n");
@@ -220,6 +219,3 @@ index 09de9fe2..1c535853 100644
220- AC_SUBST(XML_LIBS) 219- AC_SUBST(XML_LIBS)
221- rm -f conf.xmltest 220- rm -f conf.xmltest
222 ]) 221 ])
223--
2242.7.4
225