aboutsummaryrefslogtreecommitdiffstats
path: root/cron
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /cron
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'cron')
-rw-r--r--cron/cron_3.0pl1.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/cron/cron_3.0pl1.oe b/cron/cron_3.0pl1.oe
index 49b18f9734..4ab4ad4393 100644
--- a/cron/cron_3.0pl1.oe
+++ b/cron/cron_3.0pl1.oe
@@ -2,12 +2,12 @@ DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
DESCRIPTION = "Vixie cron."
-SRC_URI = http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \
- file://${FILESDIR}/nonrootinstall.patch;patch=1 \
- file://${FILESDIR}/time.patch;patch=1
+SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \
+ file://${FILESDIR}/nonrootinstall.patch;patch=1 \
+ file://${FILESDIR}/time.patch;patch=1"
S = "${WORKDIR}/cron${PV}"
-CFLAGS_append = ' -I${S} -DSYS_TIME_H=0'
+CFLAGS_append = " -I${S} -DSYS_TIME_H=0"
do_install () {
install -d ${D}/${sbindir} ${D}/${bindir}
oe_runmake 'DESTDIR=${D}' install