libroxml: bump version
authorTristan Lelong <tristan.lelong@blunderer.org>
Fri, 29 Jul 2011 07:46:10 +0000 (09:46 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 29 Jul 2011 07:46:10 +0000 (09:46 +0200)
Closes #3997

Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/libroxml/Config.in
package/libroxml/libroxml-2.0.3-fix-install.patch [deleted file]
package/libroxml/libroxml.mk

diff --git a/CHANGES b/CHANGES
index cf01121ef534930610d578913bd8a525388ab0b3..46dc4881d179f0a4b8c4180a21f321a18f6e7583 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -40,6 +40,7 @@
        #3907: 2011.05 - Qt 4.7.3 not building on ARM
        #3961: Nfs-utils: Remove SUSv3-function index
        #3985: "help" target's defconfig list needs sort
+       #3997: bump libroxml to v2.1.0
 
 2011.05, Released May 27th, 2011:
 
index e26d239f89ef228ae9492f4ac337166ab06d5cd7..b6b253fcdd59141cbd45eacca14bbc3da9e2262b 100644 (file)
@@ -5,4 +5,4 @@ config BR2_PACKAGE_LIBROXML
          xpath handling. Roxml is a binary using libroxml to explore
          xml file from shell scripts.
 
-         http://libroxml.googlecode.com
+         http://www.libroxml.net
diff --git a/package/libroxml/libroxml-2.0.3-fix-install.patch b/package/libroxml/libroxml-2.0.3-fix-install.patch
deleted file mode 100644 (file)
index fe3cfad..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-[PATCH] fix make install if doxygen isn't available
-
-If doxygen isn't available, then man pages / html docs won't get created,
-so don't try to install them.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- Makefile |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-Index: libroxml-2.0.3/Makefile
-===================================================================
---- libroxml-2.0.3.orig/Makefile
-+++ libroxml-2.0.3/Makefile
-@@ -153,8 +153,8 @@
-       $E install -D $(INC) $(DESTDIR)/usr/include
-       $E install -D LGPL.txt $(DESTDIR)/usr/share/doc/libroxml/
-       $E install -D docs/roxml.1 $(DESTDIR)/usr/share/man/man1/
--      $E install -D docs/man/man3/* $(DESTDIR)/usr/share/man/man3/
--      $E install -D docs/html/* $(DESTDIR)/usr/share/doc/libroxml/html/
-+      $E [ ! -d docs/man/man3 ] || install -D docs/man/man3/* $(DESTDIR)/usr/share/man/man3/
-+      $E [ ! -d docs/html ] || install -D docs/html/* $(DESTDIR)/usr/share/doc/libroxml/html/
-       $E install -m644 libroxml.pc $(DESTDIR)/usr/lib/pkgconfig
-       $E cp -d $(TARGET_LN) $(DESTDIR)/usr/lib
index bf067dfd7ded9ccb9dd9ec8a8e7f9bdf8c417b34..88d3e664d8142953fe12479af4873e0d3163b299 100644 (file)
@@ -2,7 +2,7 @@
 # libroxml
 #
 
-LIBROXML_VERSION = 2.0.3
+LIBROXML_VERSION = 2.1.0
 LIBROXML_SITE = http://libroxml.googlecode.com/files
 LIBROXML_INSTALL_STAGING = YES