[OE-core] [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source

yin.thong.choong at intel.com yin.thong.choong at intel.com
Mon Apr 3 02:51:43 UTC 2017


From: Choong YinThong <yin.thong.choong at intel.com>

fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to yoctoproject.org/mirror.

[YOCTO #11226]

Signed-off-by: Choong YinThong <yin.thong.choong at intel.com>
---
 meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
index 9c2dfe0..386c01b 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Rotates, compresses, removes and mails system log files"
 SECTION = "console/utils"
-HOMEPAGE = "https://fedorahosted.org/logrotate/"
+HOMEPAGE = "http://downloads.yoctoproject.org"
 LICENSE = "GPLv2"
 
 # TODO: logrotate 3.8.8 adds autotools/automake support, update recipe to use it.
@@ -10,7 +10,7 @@ DEPENDS="coreutils popt"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
 
-SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.gz \
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/logrotate-${PV}.tar.gz \
            file://act-as-mv-when-rotate.patch \
            file://update-the-manual.patch \
            file://disable-check-different-filesystems.patch \
-- 
2.7.4




More information about the Openembedded-core mailing list