From 62136a869a56d4ad2b61fec2b8bbd23626433056 Mon Sep 17 00:00:00 2001 From: Qing He Date: Thu, 8 Jul 2010 13:46:40 +0800 Subject: findutils: upgrade to version 4.2.31 and 4.4.2 from 4.2.29 4.2.31 is the last known GPL2 version changes for 4.4: - pulled upstream patch to fix bug #27017, #28824 and #28872 - using a workaround to address bug #27299, this was fixed in development branch 4.5.3 by using a new version of gnulib. however, upgrading gnulib needs too much effort here. changes for 4.2: - 4.2.31's gnulib/m4/extension.m4 won't work with autoconf 2.65, fix it by removing gnulib's AC_USE_SYSTEM_EXTENSIONS Signed-off-by: Qing He --- meta/packages/findutils/findutils.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/packages/findutils/findutils.inc') diff --git a/meta/packages/findutils/findutils.inc b/meta/packages/findutils/findutils.inc index 1ca44337c5..08ca2022ee 100644 --- a/meta/packages/findutils/findutils.inc +++ b/meta/packages/findutils/findutils.inc @@ -5,9 +5,9 @@ SECTION = "console/utils" # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" -SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \ - file://mkdir.patch;patch=1" +SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz" inherit autotools gettext -- cgit v1.2.3-54-g00ecf