busybox: rename mdev subpackage to busybox-mdev as we have 1.2.1 mdev as separate...
authorMarcin Juszkiewicz <hrw@koansoftware.com>
Mon, 19 Jan 2009 13:34:51 +0000 (14:34 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 22 Jan 2009 11:18:29 +0000 (12:18 +0100)
packages/busybox/busybox.inc
packages/busybox/busybox_1.11.3.bb
packages/busybox/busybox_1.13.2.bb

index 6d09885..cdc59b4 100644 (file)
@@ -175,9 +175,9 @@ pkg_prerm_${PN} () {
        done </etc/busybox.links
 }
 
-PACKAGES =+ "mdev"
-FILES_mdev = "${sysconfdir}/mdev ${sysconfdir}/mdev.conf ${sysconfdir}/init.d/mdev"
-RDEPENDS_mdev += "${PN}"
+PACKAGES =+ "${PN}-mdev"
+FILES_${PN}-mdev = "${sysconfdir}/mdev ${sysconfdir}/mdev.conf ${sysconfdir}/init.d/mdev"
+RDEPENDS_${PN}-mdev += "${PN}"
 
 pkg_postinst_mdev() {
 if test "x$D" != "x"; then
index ed74336..fd826f9 100644 (file)
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
index ccaae8d..ce13bf2 100644 (file)
@@ -1,6 +1,6 @@
 require busybox.inc
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.gz \