[oe-commits] Koen Kooi : util-linux-ng: put mountall in its own package, have it RRPLACE busybox-mountall * this makes them parallel installable

git version control git at git.openembedded.org
Fri Jun 5 16:11:19 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  2 11:43:14 2009 +0200

util-linux-ng: put mountall in its own package, have it RRPLACE busybox-mountall * this makes them parallel installable

---

 recipes/util-linux-ng/util-linux-ng.inc     |    6 +++++-
 recipes/util-linux-ng/util-linux-ng_2.15.bb |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
index 9c70b9e..39100b0 100644
--- a/recipes/util-linux-ng/util-linux-ng.inc
+++ b/recipes/util-linux-ng/util-linux-ng.inc
@@ -28,8 +28,12 @@ FILES_util-linux-ng-mount = "/bin/mount.${PN} ${sysconfdir}/default/mountall"
 FILES_util-linux-ng-umount = "/bin/umount.${PN}"
 FILES_util-linux-ng-readprofile = "/usr/sbin/readprofile.${PN}"
 
+PACKAGES =+ "${PN}-mountall"
+FILES_${PN}-mountall = "${sysconfdir}/default/mountall"
+RREPLACES_${PN}-mountall = "busybox-mountall"
+
 RRECOMMENDS_${PN} = "util-linux-ng-fdisk util-linux-ng-cfdisk util-linux-ng-sfdisk util-linux-ng-mount util-linux-ng-readprofile "
-RDEPENDS_${PN} = "util-linux-ng-umount util-linux-ng-swaponoff util-linux-ng-losetup"
+RDEPENDS_${PN} = "${PN}-mountall util-linux-ng-umount util-linux-ng-swaponoff util-linux-ng-losetup"
 
 EXTRA_OECONF = "--disable-use-tty-group --disable-makeinstall-chown \
 --enable-kill --enable-last --enable-mesg --enable-raw --enable-login-utils \
diff --git a/recipes/util-linux-ng/util-linux-ng_2.15.bb b/recipes/util-linux-ng/util-linux-ng_2.15.bb
index 773db28..c52fc75 100644
--- a/recipes/util-linux-ng/util-linux-ng_2.15.bb
+++ b/recipes/util-linux-ng/util-linux-ng_2.15.bb
@@ -1,6 +1,6 @@
 require util-linux-ng.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://fix-make-c.patch;patch=1 \
             file://optional-uuid.patch;patch=1 \





More information about the Openembedded-commits mailing list