diff options
author | Choong YinThong <yin.thong.choong@intel.com> | 2017-04-02 19:51:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-05 18:00:02 +0100 |
commit | 61b729a3a8d8fbf6316228fff5ca6c00ca7bf452 (patch) | |
tree | 809f120f23ff7026803be3c7506cad442f39e0ba /meta/recipes-devtools | |
parent | f7c6d8da56f20837ced6f7d324f5c5179da6a159 (diff) | |
download | poky-61b729a3a8d8fbf6316228fff5ca6c00ca7bf452.tar.gz |
xmlto: replace fedorahosted.org SRC_URI with pagure.io source
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to pagure.io. pagure.io is a
replacement for fedorahosted.
[YOCTO #11226]
(From OE-Core rev: 79ae1e98a7c3fd4c732ea4cd0b3099d4e319a111)
(From OE-Core rev: 6785157e7b30ca112ec5c65487a9e7e65b9dd5de)
Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index aaaeb6eb2f..6072a7b1bd 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "A shell-script tool for converting XML files to various formats" | 1 | SUMMARY = "A shell-script tool for converting XML files to various formats" |
2 | HOMEPAGE = "https://fedorahosted.org/xmlto/" | 2 | HOMEPAGE = "https://releases.pagure.org/xmlto/" |
3 | SECTION = "docs/xmlto" | 3 | SECTION = "docs/xmlto" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
7 | 7 | ||
8 | SRC_URI = "https://fedorahosted.org/releases/x/m/xmlto/xmlto-${PV}.tar.gz \ | 8 | SRC_URI = "https://releases.pagure.org/xmlto/xmlto-${PV}.tar.gz \ |
9 | file://configure.in-drop-the-test-of-xmllint-and-xsltproc.patch \ | 9 | file://configure.in-drop-the-test-of-xmllint-and-xsltproc.patch \ |
10 | file://catalog.xml \ | 10 | file://catalog.xml \ |
11 | " | 11 | " |