aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/util-linux-ng
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-20 14:15:00 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-20 14:44:56 -0700
commitdd9969cbacabd8dba6c8c197a67d8409fb78988e (patch)
tree344ffed50d09a7e25a290aec84882b236c1d4b7e /recipes/util-linux-ng
parent2f40e35f343526e19f319795a23ef6663047adf7 (diff)
downloadopenembedded-dd9969cbacabd8dba6c8c197a67d8409fb78988e.tar.gz
util-linux-ng: Fix vipw/vigr/reset/readprofile U-A's.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/util-linux-ng')
-rw-r--r--recipes/util-linux-ng/util-linux-ng.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
index e237f21ee9..5e1f62f299 100644
--- a/recipes/util-linux-ng/util-linux-ng.inc
+++ b/recipes/util-linux-ng/util-linux-ng.inc
@@ -8,7 +8,7 @@ inherit autotools gettext
DEFAULT_PREFERENCE = "-1"
-INC_PR = "r25"
+INC_PR = "r26"
# allows for a release candidate
RC ?= ""
@@ -123,8 +123,8 @@ do_install () {
'LDFLAGS=${LDFLAGS}' 'DESTDIR=${D}' install
mkdir -p ${D}${base_bindir}
- sbinprogs="agetty blockdev ctrlaltdel cfdisk vipw vigr"
- sbinprogs_a="pivot_root hwclock mkswap shutdown mkfs.minix fsck.minix losetup swapon fdisk readprofile fsck blkid"
+ sbinprogs="agetty blockdev ctrlaltdel cfdisk"
+ sbinprogs_a="pivot_root hwclock mkswap shutdown mkfs.minix fsck.minix losetup swapon fdisk readprofile fsck blkid vigr vipw"
usrbinprogs_a="chfn chsh hexdump last logger mesg newgrp renice wall setsid chrt"
binprogs_a="dmesg kill more umount mount login reset"
@@ -207,7 +207,7 @@ pkg_postinst_${PN} () {
update-alternatives --install ${base_bindir}/login login login.${PN} 100
update-alternatives --install ${base_sbindir}/vipw vipw vipw.${PN} 100
update-alternatives --install ${base_sbindir}/vigr vigr vigr.${PN} 100
- update-alternatives --install ${bindir}/reset reset reset.${PN} 100
+ update-alternatives --install ${base_bindir}/reset reset reset.${PN} 100
update-alternatives --install ${bindir}/setsid setsid setsid.${PN} 100
update-alternatives --install ${bindir}/chrt chrt chrt.${PN} 100
@@ -271,7 +271,7 @@ pkg_prerm_util-linux-ng-swaponoff () {
}
pkg_postinst_util-linux-ng-readprofile() {
- update-alternatives --install ${sbindir}/readprofile readprofile readprofile.${PN} 100
+ update-alternatives --install ${base_sbindir}/readprofile readprofile readprofile.${PN} 100
}
pkg_prerm_util-linux-ng-readprofile () {