]> code.ossystems Code Review - openembedded-core.git/commitdiff
findutils: upgrade to 4.6.0
authorRoss Burton <ross.burton@intel.com>
Mon, 22 Feb 2016 16:24:21 +0000 (16:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2016 17:15:07 +0000 (17:15 +0000)
Inherit upstream-version-is-even as minor-odd releases (such as 4.5.x) are
development snapshots.

Change the SRC_URI back to using GNU_MIRROR now we're not using a development
release but a stable tarball.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/findutils/findutils.inc
meta/recipes-extended/findutils/findutils_4.6.0.bb [moved from meta/recipes-extended/findutils/findutils_4.5.19.bb with 77% similarity]

index 37c84cc59bea5fd347540b989dd64061704c9734..bfedf874be942605930626cf442d817a12c8c5c7 100644 (file)
@@ -6,10 +6,9 @@ HOMEPAGE = "http://www.gnu.org/software/findutils/"
 BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
 SECTION = "console/utils"
 
+SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
 
-SRC_URI = "ftp://alpha.gnu.org/gnu/${BPN}/${BP}.tar.gz"
-
-inherit autotools gettext texinfo update-alternatives
+inherit autotools gettext texinfo update-alternatives upstream-version-is-even
 
 ALTERNATIVE_${PN} = "find xargs"
 ALTERNATIVE_PRIORITY = "100"
similarity index 77%
rename from meta/recipes-extended/findutils/findutils_4.5.19.bb
rename to meta/recipes-extended/findutils/findutils_4.6.0.bb
index de39a897384104b39eb7843a2102426e3c9791ab..072d3b3c057faf914a17b22737f7aaf0e4d4ba36 100644 (file)
@@ -3,13 +3,13 @@ require findutils.inc
 # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32)
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
+
 DEPENDS = "bison-native"
 
 SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch"
 
-SRC_URI[md5sum] = "1428516452520b51cf893c05500eda3d"
-SRC_URI[sha256sum] = "e9bc769d78573c91b1d4e504ad39621b870db6fa38fde923acf6896399f16f8e"
+SRC_URI[md5sum] = "9936aa8009438ce185bea2694a997fc1"
+SRC_URI[sha256sum] = "ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d"
 
 # http://savannah.gnu.org/bugs/?27299
 CACHED_CONFIGUREVARS += "${@bb.utils.contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}"