summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-22 16:24:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-26 17:16:15 +0000
commit2e152ffa048789b092a2af5541463da9a7e1c98f (patch)
tree978652a78c6e4434df89c311860a25cbf9429b41 /meta/recipes-extended/findutils/findutils.inc
parent951ce184eb150e7da960ae91724e171669af8b2b (diff)
downloadpoky-2e152ffa048789b092a2af5541463da9a7e1c98f.tar.gz
findutils: upgrade to 4.6.0
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. (From OE-Core rev: 0b3810bfb4c25d0a023045eab429c9401293375a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils.inc')
-rw-r--r--meta/recipes-extended/findutils/findutils.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc
index 37c84cc59b..bfedf874be 100644
--- a/meta/recipes-extended/findutils/findutils.inc
+++ b/meta/recipes-extended/findutils/findutils.inc
@@ -6,10 +6,9 @@ HOMEPAGE = "http://www.gnu.org/software/findutils/"
6BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" 6BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
7SECTION = "console/utils" 7SECTION = "console/utils"
8 8
9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
9 10
10SRC_URI = "ftp://alpha.gnu.org/gnu/${BPN}/${BP}.tar.gz" 11inherit autotools gettext texinfo update-alternatives upstream-version-is-even
11
12inherit autotools gettext texinfo update-alternatives
13 12
14ALTERNATIVE_${PN} = "find xargs" 13ALTERNATIVE_${PN} = "find xargs"
15ALTERNATIVE_PRIORITY = "100" 14ALTERNATIVE_PRIORITY = "100"