From 4ba9a3203d17258e40d799a32729634dbe02c122 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 26 Mar 2010 23:14:43 +0100 Subject: [coreutils] just cleanups Signed-off-by: Marc Kleine-Budde --- rules/coreutils.make | 1 + 1 file changed, 1 insertion(+) (limited to 'rules/coreutils.make') diff --git a/rules/coreutils.make b/rules/coreutils.make index 1417e9a9a..74b7685fd 100644 --- a/rules/coreutils.make +++ b/rules/coreutils.make @@ -1,6 +1,7 @@ # -*-makefile-*- # # Copyright (C) 2003 by Pengutronix e.K., Hildesheim, Germany +# # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions -- cgit v1.2.3 From 8796c70f876af445db7a910b88da338c508c1fbb Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 26 Mar 2010 23:13:35 +0100 Subject: [coreutils] version bump to 8.4 Signed-off-by: Marc Kleine-Budde --- rules/coreutils.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/coreutils.make') diff --git a/rules/coreutils.make b/rules/coreutils.make index 1417e9a9a..95470dd93 100644 --- a/rules/coreutils.make +++ b/rules/coreutils.make @@ -15,7 +15,7 @@ PACKAGES-$(PTXCONF_COREUTILS) += coreutils # # Paths and names # -COREUTILS_VERSION := 8.2 +COREUTILS_VERSION := 8.4 COREUTILS := coreutils-$(COREUTILS_VERSION) COREUTILS_URL := $(PTXCONF_SETUP_GNUMIRROR)/coreutils/$(COREUTILS).tar.gz COREUTILS_SOURCE := $(SRCDIR)/$(COREUTILS).tar.gz -- cgit v1.2.3