busybox: fix mdev->busybox-mdev switch (postinst part). Thx to 'pieterg' for spotting.
authorMarcin Juszkiewicz <hrw@koansoftware.com>
Mon, 26 Jan 2009 12:07:36 +0000 (13:07 +0100)
committerMarcin Juszkiewicz <hrw@koansoftware.com>
Mon, 26 Jan 2009 12:08:13 +0000 (13:08 +0100)
packages/busybox/busybox.inc
packages/busybox/busybox_1.11.3.bb
packages/busybox/busybox_1.13.2.bb

index cdc59b4..4b195d5 100644 (file)
@@ -179,7 +179,7 @@ PACKAGES =+ "${PN}-mdev"
 FILES_${PN}-mdev = "${sysconfdir}/mdev ${sysconfdir}/mdev.conf ${sysconfdir}/init.d/mdev"
 RDEPENDS_${PN}-mdev += "${PN}"
 
-pkg_postinst_mdev() {
+pkg_postinst_${PN}-mdev() {
 if test "x$D" != "x"; then
        OPT="-r $D"
 else
index df71097..c006e31 100644 (file)
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r11"
+PR = "r12"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
index d316b16..c8aac79 100644 (file)
@@ -1,6 +1,6 @@
 require busybox.inc
 
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.gz \