update to 5.2.1
This commit is contained in:
parent
aaca1aa0d5
commit
e5b51d4f3b
@ -3,10 +3,11 @@
|
|||||||
# coreutils
|
# coreutils
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
COREUTILS_SOURCE:=coreutils-5.0.tar.bz2
|
COREUTILS_VER:=5.2.1
|
||||||
|
COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2
|
||||||
COREUTILS_SITE:=ftp://ftp.gnu.org/gnu/coreutils/
|
COREUTILS_SITE:=ftp://ftp.gnu.org/gnu/coreutils/
|
||||||
COREUTILS_CAT:=bzcat
|
COREUTILS_CAT:=bzcat
|
||||||
COREUTILS_DIR:=$(BUILD_DIR)/coreutils-5.0
|
COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VER)
|
||||||
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user