[oe-commits] Jeremy Lainé : busybox_1.11.3.bb: don't call update-rc .d for mdev

GIT User account git at amethyst.openembedded.net
Tue Jan 20 16:12:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: abddaf9a0995cf0abf7a5ee1810fbcb60012b9a1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=abddaf9a0995cf0abf7a5ee1810fbcb60012b9a1

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Tue Jan 20 17:10:16 2009 +0100

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

---

 packages/busybox/busybox_1.11.3.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/packages/busybox/busybox_1.11.3.bb b/packages/busybox/busybox_1.11.3.bb
index ae0dcc3..16b23c8 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 .
-}





More information about the Openembedded-commits mailing list