diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.7.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.7.2.bb b/meta/recipes-extended/cronie/cronie_1.7.2.bb index e4711fa31c..496ca39fd7 100644 --- a/meta/recipes-extended/cronie/cronie_1.7.2.bb +++ b/meta/recipes-extended/cronie/cronie_1.7.2.bb | |||
@@ -36,6 +36,7 @@ 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 | PACKAGECONFIG[anacron] = "--enable-anacron,--disable-anacron,anacron" |
38 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | 38 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
39 | PACKAGECONFIG[inotify] = "--with-inotify,--without-inotify," | ||
39 | 40 | ||
40 | INITSCRIPT_NAME = "crond" | 41 | INITSCRIPT_NAME = "crond" |
41 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." | 42 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." |