aboutsummaryrefslogtreecommitdiffstats
path: root/sysvinit/sysvinit_2.85.oe
diff options
context:
space:
mode:
Diffstat (limited to 'sysvinit/sysvinit_2.85.oe')
-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"