From: Jeremy Lainé Date: Tue, 20 Jan 2009 16:10:16 +0000 (+0100) Subject: busybox_1.11.3.bb: don't call update-rc.d for mdev X-Git-Tag: Release-2010-05/1~4222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abddaf9a0995cf0abf7a5ee1810fbcb60012b9a1;p=openembedded.git busybox_1.11.3.bb: don't call update-rc.d for mdev * prune call to update-rc.d mdev for the busybox package, it is handled in the mdev package --- diff --git a/packages/busybox/busybox_1.11.3.bb b/packages/busybox/busybox_1.11.3.bb index ae0dcc3ef7..16b23c8473 100644 --- a/packages/busybox/busybox_1.11.3.bb +++ b/packages/busybox/busybox_1.11.3.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r7" +PR = "r8" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ @@ -34,7 +34,3 @@ do_install_append() { install -m 0755 ${WORKDIR}/mdev ${D}${sysconfdir}/init.d/ } -pkg_postinst_${PN}_append() { - - update-rc.d $OPT mdev start 06 S . -}