[oe-commits] Marcin Juszkiewicz : busybox: rename mdev subpackage to busybox-mdev as we have 1.2. 1 mdev as separate recipe

GIT User account git at amethyst.openembedded.net
Thu Jan 22 11:22:14 UTC 2009


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

Author: Marcin Juszkiewicz <hrw at koansoftware.com>
Date:   Mon Jan 19 14:34:51 2009 +0100

busybox: rename mdev subpackage to busybox-mdev as we have 1.2.1 mdev as separate recipe

---

 packages/busybox/busybox.inc       |    6 +++---
 packages/busybox/busybox_1.11.3.bb |    2 +-
 packages/busybox/busybox_1.13.2.bb |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/busybox/busybox.inc b/packages/busybox/busybox.inc
index 6d09885..cdc59b4 100644
--- a/packages/busybox/busybox.inc
+++ b/packages/busybox/busybox.inc
@@ -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
diff --git a/packages/busybox/busybox_1.11.3.bb b/packages/busybox/busybox_1.11.3.bb
index ed74336..fd826f9 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 = "r9"
+PR = "r10"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
diff --git a/packages/busybox/busybox_1.13.2.bb b/packages/busybox/busybox_1.13.2.bb
index ccaae8d..ce13bf2 100644
--- a/packages/busybox/busybox_1.13.2.bb
+++ b/packages/busybox/busybox_1.13.2.bb
@@ -1,6 +1,6 @@
 require busybox.inc
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.gz \





More information about the Openembedded-commits mailing list