summaryrefslogtreecommitdiff
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.oe12
1 files changed, 6 insertions, 6 deletions
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"