From 6f0ed3e2cebc76cc992ddc102ade8bfa13e17acb Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Sat, 11 Dec 2010 07:16:26 -0800 Subject: [PATCH] coreutils: experimental coreutils fix --- recipes/coreutils/coreutils-target.inc | 12 ++++++------ recipes/coreutils/coreutils.inc | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/coreutils/coreutils-target.inc b/recipes/coreutils/coreutils-target.inc index 000b2bbb17..49b63f3e78 100644 --- a/recipes/coreutils/coreutils-target.inc +++ b/recipes/coreutils/coreutils-target.inc @@ -64,23 +64,23 @@ do_install () { pkg_postinst_${PN} () { # The utilities in /usr/bin for i in ${bindir_progs}; do - if [ -e ${bindir}/$i.${PN} ]; then +# if [ -e ${bindir}/$i.${PN} ]; then update-alternatives --install ${bindir}/$i $i $i.${PN} 100; - fi +# fi done # The utilities in /bin for i in ${base_bindir_progs}; do - if [ -e ${base_bindir}/$i.${PN} ]; then +# if [ -e ${base_bindir}/$i.${PN} ]; then update-alternatives --install ${base_bindir}/$i $i $i.${PN} 100; - fi +# fi done # The utilities in /usr/sbin for i in ${sbindir_progs}; do - if [ -e ${sbindir}/$i.${PN} ]; then +# if [ -e ${sbindir}/$i.${PN} ]; then update-alternatives --install ${sbindir}/$i $i $i.${PN} 100; - fi +# fi done # Special cases. uptime and hostname is broken, prefer busybox's version. [ needs to be treated separately. diff --git a/recipes/coreutils/coreutils.inc b/recipes/coreutils/coreutils.inc index 23bd25bff7..a1c2e3df3d 100644 --- a/recipes/coreutils/coreutils.inc +++ b/recipes/coreutils/coreutils.inc @@ -5,5 +5,5 @@ SECTION = "base" RREPLACES_${PN} = "textutils shellutils fileutils" RPROVIDES_${PN} = "textutils shellutils fileutils" -INC_PR = "r5" +INC_PR = "r6" inherit autotools -- 2.39.5