From 372c23d188b611ea3339b91ea418ab82dff7f48f Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 11 Jan 2016 08:30:34 +0800 Subject: xmlto: 0.0.26 -> 0.0.28 (From OE-Core rev: a88be02e893fc98404e205b04b5a1aad1e4ab0ee) Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie --- ....in-drop-the-test-of-xmllint-and-xsltproc.patch | 30 ----------------- ....in-drop-the-test-of-xmllint-and-xsltproc.patch | 30 +++++++++++++++++ meta/recipes-devtools/xmlto/xmlto_0.0.26.bb | 38 ---------------------- meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 38 ++++++++++++++++++++++ 4 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch create mode 100644 meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch delete mode 100644 meta/recipes-devtools/xmlto/xmlto_0.0.26.bb create mode 100644 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb (limited to 'meta/recipes-devtools/xmlto') diff --git a/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch b/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch deleted file mode 100644 index 6d547a6c99..0000000000 --- a/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch +++ /dev/null @@ -1,30 +0,0 @@ -configure.in: drop the test of xmllint and xsltproc - -The test is unnecessary, the xmllint and xsltproc were explicitly -added to RDEPENDS. - -Upstream-Status: Inappropriate -Signed-off-by: Hongxu Jia ---- - configure.in | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure.in b/configure.in ---- a/configure.in -+++ b/configure.in -@@ -42,10 +42,10 @@ AC_ARG_VAR([LOCALE], [Name and path of the `locale' program.]) - AC_PATH_PROG([LOCALE], [locale], [locale]) - - AC_ARG_VAR([XMLLINT], [Name and path of the `xmllint' program.]) --AC_PATH_PROG([XMLLINT], [xmllint], [xmllint]) -+dnl AC_PATH_PROG([XMLLINT], [xmllint], [xmllint]) - - AC_ARG_VAR([XSLTPROC], [Name and path of the `xsltproc' program.]) --AC_PATH_PROG([XSLTPROC], [xsltproc], [xsltproc]) -+dnl AC_PATH_PROG([XSLTPROC], [xsltproc], [xsltproc]) - - dnl - dnl toolchains --- -1.8.1.2 - diff --git a/meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch b/meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch new file mode 100644 index 0000000000..6d547a6c99 --- /dev/null +++ b/meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch @@ -0,0 +1,30 @@ +configure.in: drop the test of xmllint and xsltproc + +The test is unnecessary, the xmllint and xsltproc were explicitly +added to RDEPENDS. + +Upstream-Status: Inappropriate +Signed-off-by: Hongxu Jia +--- + configure.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/configure.in b/configure.in +--- a/configure.in ++++ b/configure.in +@@ -42,10 +42,10 @@ AC_ARG_VAR([LOCALE], [Name and path of the `locale' program.]) + AC_PATH_PROG([LOCALE], [locale], [locale]) + + AC_ARG_VAR([XMLLINT], [Name and path of the `xmllint' program.]) +-AC_PATH_PROG([XMLLINT], [xmllint], [xmllint]) ++dnl AC_PATH_PROG([XMLLINT], [xmllint], [xmllint]) + + AC_ARG_VAR([XSLTPROC], [Name and path of the `xsltproc' program.]) +-AC_PATH_PROG([XSLTPROC], [xsltproc], [xsltproc]) ++dnl AC_PATH_PROG([XSLTPROC], [xsltproc], [xsltproc]) + + dnl + dnl toolchains +-- +1.8.1.2 + diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb deleted file mode 100644 index a7a01830ae..0000000000 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb +++ /dev/null @@ -1,38 +0,0 @@ -SUMMARY = "A shell-script tool for converting XML files to various formats" -HOMEPAGE = "https://fedorahosted.org/xmlto/" -SECTION = "docs/xmlto" -LICENSE = "GPLv2" - -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -SRC_URI = "https://fedorahosted.org/releases/x/m/xmlto/xmlto-${PV}.tar.gz \ - file://configure.in-drop-the-test-of-xmllint-and-xsltproc.patch \ - file://catalog.xml \ -" -SRC_URI[md5sum] = "0cca8be787ba01e00c618cb390c988b9" -SRC_URI[sha256sum] = "cfd8d2a26077be1d5566dfe22dd66099ae4f4600dea97d6e113a2cc5b8708977" - -inherit autotools - -# xmlto needs getopt/xmllint/xsltproc/bash at runtime -RDEPENDS_${PN} = "docbook-xml-dtd4 \ - docbook-xsl-stylesheets \ - util-linux \ - libxml2 \ - bash \ -" -RDEPENDS_${PN}_append_class-target = " \ - libxslt-bin \ -" - -BBCLASSEXTEND = "native" - -EXTRA_OECONF_append = " XMLLINT=xmllint XSLTPROC=xsltproc" - -do_install_append() { - install -d ${D}${sysconfdir}/xml/ - install -m 755 ${WORKDIR}/catalog.xml ${D}${sysconfdir}/xml/catalog.xml - create_wrapper ${D}/${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml -} - -do_populate_sysroot[rdeptask] = "do_populate_sysroot" diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb new file mode 100644 index 0000000000..514f527ac7 --- /dev/null +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb @@ -0,0 +1,38 @@ +SUMMARY = "A shell-script tool for converting XML files to various formats" +HOMEPAGE = "https://fedorahosted.org/xmlto/" +SECTION = "docs/xmlto" +LICENSE = "GPLv2" + +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +SRC_URI = "https://fedorahosted.org/releases/x/m/xmlto/xmlto-${PV}.tar.gz \ + file://configure.in-drop-the-test-of-xmllint-and-xsltproc.patch \ + file://catalog.xml \ +" +SRC_URI[md5sum] = "a1fefad9d83499a15576768f60f847c6" +SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51fd8aad3" + +inherit autotools + +# xmlto needs getopt/xmllint/xsltproc/bash at runtime +RDEPENDS_${PN} = "docbook-xml-dtd4 \ + docbook-xsl-stylesheets \ + util-linux \ + libxml2 \ + bash \ +" +RDEPENDS_${PN}_append_class-target = " \ + libxslt-bin \ +" + +BBCLASSEXTEND = "native" + +EXTRA_OECONF_append = " XMLLINT=xmllint XSLTPROC=xsltproc" + +do_install_append() { + install -d ${D}${sysconfdir}/xml/ + install -m 755 ${WORKDIR}/catalog.xml ${D}${sysconfdir}/xml/catalog.xml + create_wrapper ${D}/${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml +} + +do_populate_sysroot[rdeptask] = "do_populate_sysroot" -- cgit 1.2.3-korg