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