coreutils: add 'join'
authorBjørn Forsman <bjorn.forsman@gmail.com>
Thu, 27 May 2010 20:26:24 +0000 (22:26 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 28 May 2010 10:06:47 +0000 (12:06 +0200)
coreutils: add 'join' to the list of files that are copied to target
rootfs.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/coreutils/coreutils.mk

diff --git a/CHANGES b/CHANGES
index f6a4ecd39ee74373173aa60ee51d183ae78d1e08..44ffa75824b8deb5049e18b73fc9863c6784cfe7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
 
        Fixes all over the tree.
 
-       Updated/fixed packages: hal
+       Updated/fixed packages: coreutils, hal
 
 2010.05-rc3, Released May 27th, 2010:
 
index 208199402e46e436e3741b474826b0a90596fc4c..e2f7bc5e96195dd9e39ef7787ad429d429ae1154 100644 (file)
@@ -12,7 +12,8 @@ COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VERSION)
 COREUTILS_BINARY:=src/vdir
 COREUTILS_TARGET_BINARY:=bin/vdir
 BIN_PROGS:=cat chgrp chmod chown cp date dd df dir echo false hostname \
-       ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true uname
+       ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true \
+       uname join
 
 $(DL_DIR)/$(COREUTILS_SOURCE):
         $(call DOWNLOAD,$(COREUTILS_SITE),$(COREUTILS_SOURCE))