summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJonathan GUILLOT <jonathan@joggee.fr>2024-08-22 17:24:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-23 22:43:27 +0100
commit0cf0991cb24cfd9c209e22b0429f96b7b36f1591 (patch)
tree2e8c24bbe7813515543090594aaa25796a322b23 /meta
parent5646c7697226cdf9ed97f256976782f02afe16b5 (diff)
downloadpoky-0cf0991cb24cfd9c209e22b0429f96b7b36f1591.tar.gz
cronie: add inotify PACKAGECONFIG option
By default, cronie inspects crontab modtimes every minute to check for modications avoiding server restart for them to be taken in account. The inotify option allows the server to use this mechanism to be directly notified when a crontab is modified. (From OE-Core rev: 4f6bf3c4208178cd670eeb61d8428373c7d1285f) Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/cronie/cronie_1.7.2.bb1
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,"
36PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,${PAM_DEPS}" 36PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,${PAM_DEPS}"
37PACKAGECONFIG[anacron] = "--enable-anacron,--disable-anacron,anacron" 37PACKAGECONFIG[anacron] = "--enable-anacron,--disable-anacron,anacron"
38PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" 38PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
39PACKAGECONFIG[inotify] = "--with-inotify,--without-inotify,"
39 40
40INITSCRIPT_NAME = "crond" 41INITSCRIPT_NAME = "crond"
41INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." 42INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ."