summaryrefslogtreecommitdiff
path: root/sysvinit
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-13 05:42:36 +0000
committerChris Larson <clarson@kergoth.com>2004-03-13 05:42:36 +0000
commit06f7d17e81de21a95e35b03453242bc62b05a6aa (patch)
treebc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /sysvinit
parent4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff)
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'sysvinit')
-rw-r--r--sysvinit/sysvinit_2.85.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe
index f05d593c72..aa90d6511a 100644
--- a/sysvinit/sysvinit_2.85.oe
+++ b/sysvinit/sysvinit_2.85.oe
@@ -1,17 +1,17 @@
-DEPENDS=virtual/libc
+DEPENDS = "virtual/libc"
DESCRIPTION = "System-V like init.\
Init is the first program to run after your system is booted, and\
continues to run as process number 1 until your system halts. Inits\
job is to start other programs that are essential to the operation of\
your system. All processes are descended from init. For more information,\
see the manual page init(8)."
-PACKAGES = ${PN} sysv-rc
+PACKAGES = "${PN} sysv-rc"
FILES_${PN} = /sbin ${bindir} ${sysconfdir}
FILES_sysv-rc = ${sbindir}
SRC_URI = ftp://ftp.cistron.nl/pub/people/miquels/${PN}/${P}.tar.gz \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/update-rc.d
-S="${WORKDIR}/${P}/src"
+S = "${WORKDIR}/${P}/src"
CFLAGS_prepend = "-D_GNU_SOURCE "
export LCRYPT = "-lcrypt"