summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-05-21 23:24:12 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-05-25 12:45:21 +0200
commite89c540b93ae08a8d9fca39ef65b3e3dec5a4c90 (patch)
tree65aed83b05beb7233bdd17d697e8452c3c14b517 /rules/coreutils.make
parentfbc2e2f38fb2c9d25a054ffd38575f55e22b3b7c (diff)
downloadptxdist-e89c540b93ae08a8d9fca39ef65b3e3dec5a4c90.tar.gz
ptxdist-e89c540b93ae08a8d9fca39ef65b3e3dec5a4c90.tar.xz
[coreutils] version bump 8.4 -> 8.5
While being there, fix a typo (when echo was selected, cp was installed). Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/coreutils.make')
-rw-r--r--rules/coreutils.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/coreutils.make b/rules/coreutils.make
index f37258506..f85598a83 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -16,7 +16,7 @@ PACKAGES-$(PTXCONF_COREUTILS) += coreutils
#
# Paths and names
#
-COREUTILS_VERSION := 8.4
+COREUTILS_VERSION := 8.5
COREUTILS := coreutils-$(COREUTILS_VERSION)
COREUTILS_URL := $(PTXCONF_SETUP_GNUMIRROR)/coreutils/$(COREUTILS).tar.gz
COREUTILS_SOURCE := $(SRCDIR)/$(COREUTILS).tar.gz
@@ -93,7 +93,7 @@ $(STATEDIR)/coreutils.targetinstall:
@$(call install_copy, coreutils, 0, 0, 0644, -, /usr/lib/coreutils/libstdbuf.so)
ifdef PTXCONF_COREUTILS_ECHO
- @$(call install_copy, coreutils, 0, 0, 0755, -, /usr/bin/cp)
+ @$(call install_copy, coreutils, 0, 0, 0755, -, /usr/bin/echo)
endif
ifdef PTXCONF_COREUTILS_STAT
@$(call install_copy, coreutils, 0, 0, 0755, -, /usr/bin/stat)