aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cron
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-08-02 22:24:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-02 22:24:14 +0000
commitea7aad4d20a12a2ff240cae42795d888cac4a511 (patch)
tree373ff341b7c42e952d5a42377b0c67d6b55f1340 /packages/cron
parenta023b903bfd1a45a026b228dbde5d680fe8bdf6c (diff)
downloadopenembedded-ea7aad4d20a12a2ff240cae42795d888cac4a511.tar.gz
Update to working update-rc.d stuff
Diffstat (limited to 'packages/cron')
-rw-r--r--packages/cron/cron_3.0pl1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cron/cron_3.0pl1.bb b/packages/cron/cron_3.0pl1.bb
index cb4d4f18f2..36bfe5d89d 100644
--- a/packages/cron/cron_3.0pl1.bb
+++ b/packages/cron/cron_3.0pl1.bb
@@ -1,7 +1,7 @@
SECTION = "base"
DESCRIPTION = "Vixie cron."
LICENSE = "cron"
-PR="r6"
+PR="r7"
DEPENDS += "install-native"
SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \
@@ -12,7 +12,7 @@ S = "${WORKDIR}/cron${PV}"
INITSCRIPT_NAME = "cron"
INITSCRIPT_PARAMS = "defaults"
-
+inherit update-rc.d
CFLAGS_append = " -I${S} -DSYS_TIME_H=0"
do_install () {