From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- sysvinit/sysvinit_2.85.oe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sysvinit/sysvinit_2.85.oe') diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe index aa90d6511a..fba08d8693 100644 --- a/sysvinit/sysvinit_2.85.oe +++ b/sysvinit/sysvinit_2.85.oe @@ -5,13 +5,13 @@ DESCRIPTION = "System-V like init.\ 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" -FILES_${PN} = /sbin ${bindir} ${sysconfdir} -FILES_sysv-rc = ${sbindir} +PACKAGES = "sysvinit 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" +SRC_URI = "ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/sysvinit-${PV}.tar.gz \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/update-rc.d" +S = "${WORKDIR}/sysvinit-${PV}/src" CFLAGS_prepend = "-D_GNU_SOURCE " export LCRYPT = "-lcrypt" -- cgit v1.2.3