From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- sysvinit/sysvinit_2.85.oe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysvinit') 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" -- cgit v1.2.3