diff options
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.5.1.bb | 6 |
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 ad616d5c60..cfb8c21052 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 \ | |||
3 | specified programs at scheduled times and related tools. It is based on the \ | 3 | specified programs at scheduled times and related tools. It is based on the \ |
4 | original cron and has security and configuration enhancements like the \ | 4 | original cron and has security and configuration enhancements like the \ |
5 | ability to use pam and SELinux." | 5 | ability to use pam and SELinux." |
6 | HOMEPAGE = "https://fedorahosted.org/cronie/" | 6 | HOMEPAGE = "https://github.com/cronie-crond/cronie/" |
7 | BUGTRACKER = "https://bugzilla.redhat.com" | 7 | BUGTRACKER = "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 | ||
15 | SECTION = "utils" | 15 | SECTION = "utils" |
16 | 16 | ||
17 | SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \ | 17 | UPSTREAM_CHECK_URI = "https://github.com/cronie-crond/${BPN}/releases/" |
18 | |||
19 | SRC_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 \ |