mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
libxml2: upgrade to 2.9.3
- Drop all the upstreamed patches - Rework the ansidecl removal so it's contained in a single patch (From OE-Core rev: 88e68f25e1756988692108d4c15dfa8efc94e5e5) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ecb1c71761
commit
ed318749f9
@@ -9,17 +9,17 @@ RP 2012/7/10
|
||||
|
||||
Upstream-Status: Inappropriate [its really a cmake bug]
|
||||
|
||||
Index: libxml2-2.8.0/include/libxml/xmlversion.h.in
|
||||
===================================================================
|
||||
--- libxml2-2.8.0.orig/include/libxml/xmlversion.h.in 2012-07-10 11:51:52.460750573 +0000
|
||||
+++ libxml2-2.8.0/include/libxml/xmlversion.h.in 2012-07-10 11:52:41.436749397 +0000
|
||||
@@ -401,9 +401,6 @@
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 0260281..fdb58e9 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -484 +483,0 @@ AC_CHECK_HEADERS([time.h])
|
||||
-AC_CHECK_HEADERS([ansidecl.h])
|
||||
diff --git a/include/libxml/xmlversion.h.in b/include/libxml/xmlversion.h.in
|
||||
index b173be9..d10f975 100644
|
||||
--- a/include/libxml/xmlversion.h.in
|
||||
+++ b/include/libxml/xmlversion.h.in
|
||||
@@ -413,3 +412,0 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
||||
-#ifdef HAVE_ANSIDECL_H
|
||||
-#include <ansidecl.h>
|
||||
-#endif
|
||||
|
||||
/**
|
||||
* ATTRIBUTE_UNUSED:
|
||||
|
||||
Reference in New Issue
Block a user