From: "yaoxp" <yaoxp@cn.fujitsu.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 1/1] cronie: build cronie with --with-syscrontab
Date: Thu, 10 Oct 2013 21:36:14 +0800 [thread overview]
Message-ID: <008a01cec5bd$b1797160$146c5420$@cn.fujitsu.com> (raw)
Hi all,
If build cronie without --with-syscrontab, the /etc/crontab will not work.
Signed-off-by: Yao Xinpan <yaoxp@cn.fujitsu.com>
---
meta/recipes-extended/cronie/cronie_1.4.9.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/cronie/cronie_1.4.9.bb b/meta/recipes-extended/cronie/cronie_1.4.9.bb
index 7db0381..0fbb815 100644
--- a/meta/recipes-extended/cronie/cronie_1.4.9.bb
+++ b/meta/recipes-extended/cronie/cronie_1.4.9.bb
@@ -34,7 +34,9 @@ SRC_URI[sha256sum] = "bd7f6f118460c452bd1217a24b80fd3c000425d3de28731b98354a81a2
inherit autotools update-rc.d useradd
EXTRA_OECONF += "\
- ${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)}"
+ ${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \
+ --with-syscrontab \
+ "
INITSCRIPT_NAME = "crond"
INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ."
--
1.7.1
-------------------------------------------
Yao Xinpan
TEL: 8559
next reply other threads:[~2013-10-10 13:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-10 13:36 yaoxp [this message]
2013-10-31 17:20 ` [PATCH 1/1] cronie: build cronie with --with-syscrontab Saul Wold
2013-11-07 10:07 ` yaoxp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='008a01cec5bd$b1797160$146c5420$@cn.fujitsu.com' \
--to=yaoxp@cn.fujitsu.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox