Skip to content

Commit

Permalink
tools/findutils: Update to 4.6.0
Browse files Browse the repository at this point in the history
Update GNU findutils to the new stable version 4.6.0
Remove the patch for 32-bit buildhosts as the issue is fixed upstream.

Signed-off-by: Hannu Nyman <[email protected]>

SVN-Revision: 48991
  • Loading branch information
John Crispin committed Mar 10, 2016
1 parent f63aae8 commit 70a5c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 161 deletions.
6 changes: 3 additions & 3 deletions tools/findutils/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#
# Copyright (C) 2006-2013 OpenWrt.org
# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

PKG_NAME:=findutils
PKG_VERSION:=4.4.2
PKG_VERSION:=4.6.0

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_MD5SUM:=351cc4adb07d54877fa15f75fb77d39f
PKG_MD5SUM:=9936aa8009438ce185bea2694a997fc1

HOST_BUILD_PARALLEL:=1

Expand Down
158 changes: 0 additions & 158 deletions tools/findutils/patches/21-Fix-time_t-vs-long-int-mismatches.patch

This file was deleted.

0 comments on commit 70a5c06

Please sign in to comment.