diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-01-11 08:30:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-13 00:03:53 +0000 |
commit | a88be02e893fc98404e205b04b5a1aad1e4ab0ee (patch) | |
tree | 7c29aed1d01f292880d45c5684547c6688676917 /meta/recipes-devtools/xmlto | |
parent | 5bf174ee745929a4f80095e9de3621d1ccfc9511 (diff) | |
download | openembedded-core-a88be02e893fc98404e205b04b5a1aad1e4ab0ee.tar.gz openembedded-core-a88be02e893fc98404e205b04b5a1aad1e4ab0ee.tar.bz2 openembedded-core-a88be02e893fc98404e205b04b5a1aad1e4ab0ee.zip |
xmlto: 0.0.26 -> 0.0.28
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/xmlto')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto-0.0.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch (renamed from meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb (renamed from meta/recipes-devtools/xmlto/xmlto_0.0.26.bb) | 4 |
2 files changed, 2 insertions, 2 deletions
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.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch index 6d547a6c99..6d547a6c99 100644 --- 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.28/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index a7a01830ae..514f527ac7 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb @@ -9,8 +9,8 @@ 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" +SRC_URI[md5sum] = "a1fefad9d83499a15576768f60f847c6" +SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51fd8aad3" inherit autotools |