Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sat, 3 Jul 2004 22:49:21 +0000 (22:49 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 3 Jul 2004 22:49:21 +0000 (22:49 +0000)
into dixie.nexus.co.uk:/home/pb/oe/oe-packages

2004/07/03 23:49:01+01:00 nexus.co.uk!pb
add update-rc.d bits for syslog

BKrev: 40e737f1LC3XzyqvrtnxJQLeTWLgbQ

busybox/busybox_1.00-pre10.oe

index c64a400..276b02d 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 LICENSE = "GPL"
 DESCRIPTION = "BusyBox version ${PV}. \
 BusyBox combines tiny versions of many common UNIX utilities into a single \
@@ -22,7 +22,10 @@ export EXTRA_CFLAGS = "${CFLAGS}"
 EXTRA_OEMAKE_append = " CROSS=${HOST_PREFIX}"
 FILES_${PN} += " ${datadir}/udhcpc"
 
-inherit cml1
+inherit cml1 update-rc.d
+
+INITSCRIPT_NAME = "syslog"
+INITSCRIPT_PARAMS = "defaults"
 
 do_configure () {
        install -m 0644 ${WORKDIR}/defconfig ${S}/.config