diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /cron | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'cron')
-rw-r--r-- | cron/cron_3.0pl1.oe | 8 |
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 |