[oe-commits] Steve Sakoman : coreutils: experimental coreutils fix

git version control git at git.openembedded.org
Tue Dec 14 18:40:36 UTC 2010


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

Author: Steve Sakoman <steve at sakoman.com>
Date:   Sat Dec 11 07:16:26 2010 -0800

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 000b2bb..49b63f3 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 23bd25b..a1c2e3d 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





More information about the Openembedded-commits mailing list