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-04-05 12:24:30 +0100 |
commit | 79ae1e98a7c3fd4c732ea4cd0b3099d4e319a111 (patch) | |
tree | eed9e32579d98d0e78be026e5accf8d9296523a5 /meta | |
parent | 434b48566f2febcc5bd5d6cd9c04788f008ffce1 (diff) | |
download | openembedded-core-79ae1e98a7c3fd4c732ea4cd0b3099d4e319a111.tar.gz openembedded-core-79ae1e98a7c3fd4c732ea4cd0b3099d4e319a111.tar.bz2 openembedded-core-79ae1e98a7c3fd4c732ea4cd0b3099d4e319a111.zip |
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]
Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 ce5d1e0c50..6216d7782b 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 @@ SUMMARY = "A shell-script tool for converting XML files to various formats" -HOMEPAGE = "https://fedorahosted.org/xmlto/" +HOMEPAGE = "https://releases.pagure.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 \ +SRC_URI = "https://releases.pagure.org/xmlto/xmlto-${PV}.tar.gz \ file://configure.in-drop-the-test-of-xmllint-and-xsltproc.patch \ file://catalog.xml \ " |