From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mail.openembedded.org (Postfix) with ESMTP id CF28077D24 for ; Mon, 3 Apr 2017 02:52:14 +0000 (UTC) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 02 Apr 2017 19:52:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,267,1486454400"; d="scan'208";a="83488930" Received: from platypus.jf.intel.com ([10.54.77.139]) by fmsmga005.fm.intel.com with ESMTP; 02 Apr 2017 19:52:14 -0700 From: yin.thong.choong@intel.com To: openembedded-core@lists.openembedded.org Date: Sun, 2 Apr 2017 19:51:43 -0700 Message-Id: <1491187907-5752-5-git-send-email-yin.thong.choong@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1491187907-5752-1-git-send-email-yin.thong.choong@intel.com> References: <1491187907-5752-1-git-send-email-yin.thong.choong@intel.com> Subject: [PATCH 4/8] logrotate: replace fedorahosted.org SRC_URI with yoctoproject.org source X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 02:52:16 -0000 From: Choong YinThong 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 --- 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