summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorChoong YinThong <yin.thong.choong@intel.com>2017-04-02 19:51:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-05 18:00:01 +0100
commit7ff5544bf3fc31bd366a8fd5b3722b144f670479 (patch)
tree09d784a8181ce58ea4debe7ff16ee74fe9aaeeb1 /meta/recipes-extended
parent96bdd99f361904082e43efc09951cbedfcf093c4 (diff)
downloadpoky-7ff5544bf3fc31bd366a8fd5b3722b144f670479.tar.gz
cronie: replace fedorahosted.org SRC_URI with github.com source
fedorahosted.org was retired on March 1st, 2017. This is to update the SRC_URI to point to github.com. [YOCTO #11226] (From OE-Core rev: b0703175ed650d89870309e4065cda917199ac93) (From OE-Core rev: a34ca1b1ee4c6e39a7fbc10fc9fc7aebfdbe8abc) 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-extended')
-rw-r--r--meta/recipes-extended/cronie/cronie_1.5.1.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.5.1.bb b/meta/recipes-extended/cronie/cronie_1.5.1.bb
index 99b2bb5c83..6d46629ee6 100644
--- a/meta/recipes-extended/cronie/cronie_1.5.1.bb
+++ b/meta/recipes-extended/cronie/cronie_1.5.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Cronie contains the standard UNIX daemon crond that runs \
3specified programs at scheduled times and related tools. It is based on the \ 3specified programs at scheduled times and related tools. It is based on the \
4original cron and has security and configuration enhancements like the \ 4original cron and has security and configuration enhancements like the \
5ability to use pam and SELinux." 5ability to use pam and SELinux."
6HOMEPAGE = "https://fedorahosted.org/cronie/" 6HOMEPAGE = "https://github.com/cronie-crond/cronie/"
7BUGTRACKER = "https://bugzilla.redhat.com" 7BUGTRACKER = "https://bugzilla.redhat.com"
8 8
9# Internet Systems Consortium License 9# Internet Systems Consortium License
@@ -14,7 +14,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dd2a592170760e1386c769e1043b3722 \
14 14
15SECTION = "utils" 15SECTION = "utils"
16 16
17SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \ 17UPSTREAM_CHECK_URI = "https://github.com/cronie-crond/${BPN}/releases/"
18
19SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}/cronie-${PV}.tar.gz \
18 file://crond.init \ 20 file://crond.init \
19 file://crontab \ 21 file://crontab \
20 file://crond.service \ 22 file://crond.service \