]> code.ossystems Code Review - openembedded-core.git/commitdiff
xmlto: upgrade to 0.0.25
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 9 Jan 2015 11:09:39 +0000 (19:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:27 +0000 (11:35 +0000)
Drop obsolete_automake_macros.patch, it has been merged to 0.0.25

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
meta/recipes-devtools/xmlto/xmlto-0.0.25/obsolete_automake_macros.patch [deleted file]
meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch [moved from meta/recipes-devtools/xmlto/xmlto-0.0.25/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch with 100% similarity]
meta/recipes-devtools/xmlto/xmlto_0.0.26.bb [moved from meta/recipes-devtools/xmlto/xmlto_0.0.25.bb with 84% similarity]

diff --git a/meta/recipes-devtools/xmlto/xmlto-0.0.25/obsolete_automake_macros.patch b/meta/recipes-devtools/xmlto/xmlto-0.0.25/obsolete_automake_macros.patch
deleted file mode 100644 (file)
index faa8acc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nurd xmlto-0.0.25/configure.in xmlto-0.0.25/configure.in
---- xmlto-0.0.25/configure.in  2011-12-01 17:49:00.000000000 +0200
-+++ xmlto-0.0.25/configure.in  2013-01-07 05:24:16.169953519 +0200
-@@ -1,7 +1,7 @@
- AC_INIT(xmlto, 0.0.25)
- AC_CONFIG_SRCDIR(xmlto.spec.in)
- AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.6])
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
-
- AC_PROG_CC
- AM_PROG_CC_C_O
similarity index 84%
rename from meta/recipes-devtools/xmlto/xmlto_0.0.25.bb
rename to meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
index 2698b1c258197121869d4e63440e16136e94ca98..160aa5dfb7c56c20f35bb74f20a890e9fffa1cb9 100644 (file)
@@ -6,12 +6,11 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
 SRC_URI = "https://fedorahosted.org/releases/x/m/xmlto/xmlto-${PV}.tar.gz \
-           file://obsolete_automake_macros.patch \
            file://configure.in-drop-the-test-of-xmllint-and-xsltproc.patch \
            file://catalog.xml \
 "
-SRC_URI[md5sum] = "a88cd3f08789b4825d1ac89fa065170d"
-SRC_URI[sha256sum] = "c52b56d929e8d20fc19cd3b7ec238f8d039730c56ee311cc352e843147e3e31a"
+SRC_URI[md5sum] = "0cca8be787ba01e00c618cb390c988b9"
+SRC_URI[sha256sum] = "cfd8d2a26077be1d5566dfe22dd66099ae4f4600dea97d6e113a2cc5b8708977"
 
 inherit autotools