]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated coreutils to 7.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Jan 2009 15:14:20 +0000 (16:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Jan 2009 15:14:20 +0000 (16:14 +0100)
lfs/coreutils

index 578af3ab55b371fd10ffe50ce86ef0e6f634cf32..a49c05ae562d45d76d4f5a35e7e3beb39dd3922f 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = coreutils
-VER        = 6.12
+VER        = 7.0
 PKG_VER    = 0
 
 THISAPP    = $(PKG_NAME)-$(VER)
@@ -55,8 +55,7 @@ endef
 
 objects = $(DL_FILE) \
        $(THISAPP)-uname_PIC-1.patch \
-       $(THISAPP)-i18n-1.patch \
-       $(THISAPP)-old_build_kernel-1.patch
+       $(THISAPP)-i18n-1.patch
 
 download: $(objects)
 
@@ -79,8 +78,6 @@ $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-old_build_kernel-1.patch
-
 ifeq "$(STAGE)" "toolchain"    
        cd $(DIR_APP) && \
                ./configure \