diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-02 22:24:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-02 22:24:14 +0000 |
commit | ea7aad4d20a12a2ff240cae42795d888cac4a511 (patch) | |
tree | 373ff341b7c42e952d5a42377b0c67d6b55f1340 /packages/cron | |
parent | a023b903bfd1a45a026b228dbde5d680fe8bdf6c (diff) |
Update to working update-rc.d stuff
Diffstat (limited to 'packages/cron')
-rw-r--r-- | packages/cron/cron_3.0pl1.bb | 4 |
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 () { |