break out inittab into its own package, so that sysvinit itself does not need to...
authorPhil Blundell <philb@gnu.org>
Sun, 30 Jan 2005 15:13:12 +0000 (15:13 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 30 Jan 2005 15:13:12 +0000 (15:13 +0000)
BKrev: 41fcf988-kylKwH73hnxZegmgnJh6Q

packages/sysvinit/sysvinit_2.86.bb

index f58a724..bad4049 100644 (file)
@@ -3,14 +3,17 @@ SECTION = "base"
 LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r8"
+PR = "r9"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.
-PACKAGE_ARCH = "${MACHINE_ARCH}"
+PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}"
 
-PACKAGES =+ "bootlogd"
+RDEPENDS_${PN} = "${PN}-inittab"
+
+PACKAGES =+ "bootlogd ${PN}-inittab"
 FILES_bootlogd = "/etc/init.d/bootlogd /etc/rcS.d/*bootlogd /sbin/bootlogd"
+FILES_${PN}-inittab = "${sysconfdir}/inittab"
 
 USE_VT ?= "1"