* [Buildroot] [PATCH] coreutils: add 'join'
@ 2010-05-27 20:26 Bjørn Forsman
2010-05-28 10:07 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Bjørn Forsman @ 2010-05-27 20:26 UTC (permalink / raw)
To: buildroot
coreutils: add 'join' to the list of files that are copied to target
rootfs.
---
package/coreutils/coreutils.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 2081994..e2f7bc5 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -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))
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-28 10:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27 20:26 [Buildroot] [PATCH] coreutils: add 'join' Bjørn Forsman
2010-05-28 10:07 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox