mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 10:27:42 +00:00
coreutils: add 'join'
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>
This commit is contained in:
parent
98de259aee
commit
c0b3dc2005
2
CHANGES
2
CHANGES
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: hal
|
Updated/fixed packages: coreutils, hal
|
||||||
|
|
||||||
2010.05-rc3, Released May 27th, 2010:
|
2010.05-rc3, Released May 27th, 2010:
|
||||||
|
|
||||||
|
@ -12,7 +12,8 @@ COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VERSION)
|
|||||||
COREUTILS_BINARY:=src/vdir
|
COREUTILS_BINARY:=src/vdir
|
||||||
COREUTILS_TARGET_BINARY:=bin/vdir
|
COREUTILS_TARGET_BINARY:=bin/vdir
|
||||||
BIN_PROGS:=cat chgrp chmod chown cp date dd df dir echo false hostname \
|
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):
|
$(DL_DIR)/$(COREUTILS_SOURCE):
|
||||||
$(call DOWNLOAD,$(COREUTILS_SITE),$(COREUTILS_SOURCE))
|
$(call DOWNLOAD,$(COREUTILS_SITE),$(COREUTILS_SOURCE))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user