diff options
Diffstat (limited to 'meta/recipes-extended/cronie')
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.4.11.bb (renamed from meta/recipes-extended/cronie/cronie_1.4.9.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.4.9.bb b/meta/recipes-extended/cronie/cronie_1.4.11.bb index b338c373ac..5b124482a3 100644 --- a/meta/recipes-extended/cronie/cronie_1.4.9.bb +++ b/meta/recipes-extended/cronie/cronie_1.4.11.bb | |||
@@ -9,7 +9,7 @@ BUGTRACKER = "mmaslano@redhat.com" | |||
9 | # Internet Systems Consortium License | 9 | # Internet Systems Consortium License |
10 | LICENSE = "ISC & BSD" | 10 | LICENSE = "ISC & BSD" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=963ea0772a2adbdcd607a9b2ec320c11 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=963ea0772a2adbdcd607a9b2ec320c11 \ |
12 | file://src/cron.h;endline=20;md5=b425c334265026177128353a142633b4 \ | 12 | file://src/cron.c;endline=20;md5=b425c334265026177128353a142633b4 \ |
13 | file://src/popen.c;beginline=3;endline=31;md5=edd50742d8def712e9472dba353668a9" | 13 | file://src/popen.c;beginline=3;endline=31;md5=edd50742d8def712e9472dba353668a9" |
14 | 14 | ||
15 | SECTION = "utils" | 15 | SECTION = "utils" |
@@ -18,8 +18,6 @@ DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | |||
18 | RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)}" | 18 | RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)}" |
19 | PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid" | 19 | PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid" |
20 | 20 | ||
21 | PR = "r0" | ||
22 | |||
23 | SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \ | 21 | SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \ |
24 | file://crond.init \ | 22 | file://crond.init \ |
25 | file://crontab \ | 23 | file://crontab \ |
@@ -28,8 +26,8 @@ SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \ | |||
28 | PAM_SRC_URI = "file://crond_pam_config.patch" | 26 | PAM_SRC_URI = "file://crond_pam_config.patch" |
29 | 27 | ||
30 | 28 | ||
31 | SRC_URI[md5sum] = "9133195e5e6f824ef460f5ccc533f1b7" | 29 | SRC_URI[md5sum] = "2ba645cf54de17f138ef70312843862f" |
32 | SRC_URI[sha256sum] = "bd7f6f118460c452bd1217a24b80fd3c000425d3de28731b98354a81a2133e92" | 30 | SRC_URI[sha256sum] = "fd08084cedddbb42499f80ddb7f2158195c3555c2ff40ee11d4ece2f9864d7be" |
33 | 31 | ||
34 | inherit autotools update-rc.d useradd | 32 | inherit autotools update-rc.d useradd |
35 | 33 | ||