aboutsummaryrefslogtreecommitdiffstats
path: root/cron/cron_3.0pl1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'cron/cron_3.0pl1.oe')
-rw-r--r--cron/cron_3.0pl1.oe15
1 files changed, 0 insertions, 15 deletions
diff --git a/cron/cron_3.0pl1.oe b/cron/cron_3.0pl1.oe
deleted file mode 100644
index 46f2da8b7c..0000000000
--- a/cron/cron_3.0pl1.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "base"
-DESCRIPTION = "Vixie cron."
-LICENSE = "cron"
-
-SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \
- file://nonrootinstall.patch;patch=1 \
- file://time.patch;patch=1"
-S = "${WORKDIR}/cron${PV}"
-
-CFLAGS_append = " -I${S} -DSYS_TIME_H=0"
-do_install () {
- install -d ${D}/${sbindir} ${D}/${bindir}
- oe_runmake 'DESTDIR=${D}' install
- chmod ugo+rx ${D}/${sbindir}/* ${D}/${bindir}/*
-}