aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/util-linux-ng
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-02 11:43:14 +0200
committerKoen Kooi <koen@Powerbook-3.local>2009-06-05 17:48:03 +0200
commitb5a7a6cec6ef3366ebb8ebf76d90bf2243a76c1d (patch)
tree979d20fc30251fd8bed40894d0faabe0ec454f1f /recipes/util-linux-ng
parent5d1c1762c59f39064946f4850d38f1d6c6628c69 (diff)
downloadopenembedded-b5a7a6cec6ef3366ebb8ebf76d90bf2243a76c1d.tar.gz
util-linux-ng: put mountall in its own package, have it RRPLACE busybox-mountall * this makes them parallel installable
Diffstat (limited to 'recipes/util-linux-ng')
-rw-r--r--recipes/util-linux-ng/util-linux-ng.inc6
-rw-r--r--recipes/util-linux-ng/util-linux-ng_2.15.bb2
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 9c70b9e3ff..39100b0a75 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 773db28b9c..c52fc75e34 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 \