[oe-commits] Mike Westerhof : coreutils: install df and nice into correct directories, fixes update-alternatives

GIT User account git at amethyst.openembedded.net
Thu Feb 19 03:09:41 UTC 2009


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Wed Feb 18 21:03:57 2009 -0600

coreutils: install df and nice into correct directories, fixes update-alternatives
df and nice are in /bin, not in /usr/bin.  This is important because busybox
puts these into the correct locations, and the different directories breaks
update-alternatives.

---

 packages/coreutils/coreutils_5.3.0.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/coreutils/coreutils_5.3.0.bb b/packages/coreutils/coreutils_5.3.0.bb
index 2a9b091..521038d 100644
--- a/packages/coreutils/coreutils_5.3.0.bb
+++ b/packages/coreutils/coreutils_5.3.0.bb
@@ -1,6 +1,6 @@
 require coreutils.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \
            file://install-cross.patch;patch=1;pnum=0 \
@@ -10,17 +10,17 @@ SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \
            file://futimens.patch;patch=1"
 
 # [ gets a special treatment and is not included in this
-bindir_progs = "basename cksum comm csplit cut df dir dircolors dirname du \
+bindir_progs = "basename cksum comm csplit cut dir dircolors dirname du \
 		env expand expr factor fmt fold groups head hostid id install \
-		join link logname md5sum mkfifo nice nl nohup od paste pathchk \
+		join link logname md5sum mkfifo nl nohup od paste pathchk \
 		pinky pr printenv printf ptx readlink seq sha1sum shred sort \
 		split stat sum tac tail tee test tr tsort tty unexpand uniq \
 		unlink users vdir wc who whoami yes \
 		"
 
 # hostname gets a special treatment and is not included in this
-base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill \
-		     ln ls mkdir mknod mv pwd rm rmdir sleep stty sync touch \
+base_bindir_progs = "cat chgrp chmod chown cp date dd df echo false kill \
+		     ln ls mkdir mknod mv nice pwd rm rmdir sleep stty sync touch \
 		     true uname \
 		     "
 





More information about the Openembedded-commits mailing list