diff options
Diffstat (limited to 'meta/recipes-extended/cronie')
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.5.5.bb (renamed from meta/recipes-extended/cronie/cronie_1.5.4.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.5.4.bb b/meta/recipes-extended/cronie/cronie_1.5.5.bb index d35c6672c4..82cd4285f6 100644 --- a/meta/recipes-extended/cronie/cronie_1.5.4.bb +++ b/meta/recipes-extended/cronie/cronie_1.5.5.bb | |||
@@ -25,8 +25,8 @@ SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV} | |||
25 | PAM_SRC_URI = "file://crond_pam_config.patch" | 25 | PAM_SRC_URI = "file://crond_pam_config.patch" |
26 | PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid" | 26 | PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid" |
27 | 27 | ||
28 | SRC_URI[md5sum] = "20233b96997e17a142e1fbe0d7ce8223" | 28 | SRC_URI[md5sum] = "351a37d0b5bd0144816724b4482747ad" |
29 | SRC_URI[sha256sum] = "af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882" | 29 | SRC_URI[sha256sum] = "be34c79505e5544323281854744b9955ff16b160ee569f9df7c0dddae5720eac" |
30 | 30 | ||
31 | inherit autotools update-rc.d useradd systemd | 31 | inherit autotools update-rc.d useradd systemd |
32 | 32 | ||
@@ -34,6 +34,7 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | |||
34 | 34 | ||
35 | PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," | 35 | PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," |
36 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,${PAM_DEPS}" | 36 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,${PAM_DEPS}" |
37 | PACKAGECONFIG[anacron] = "--enable-anacron,--disable-anacron,anacron" | ||
37 | 38 | ||
38 | INITSCRIPT_NAME = "crond" | 39 | INITSCRIPT_NAME = "crond" |
39 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." | 40 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." |