diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-09-04 13:41:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-06 16:45:21 +0000 |
commit | c1809c4b899994cf97686cc27345a2d7b262c547 (patch) | |
tree | ab4f7e03a3956a49aff2f2a20058e2bc42794320 /meta/recipes-extended/findutils/findutils.inc | |
parent | 188873951a0c5220ab8d21a83e4adc63738803e7 (diff) | |
download | poky-c1809c4b899994cf97686cc27345a2d7b262c547.tar.gz |
findutils: Upgrade to 4.5.14
Move findutils-4.4.2 directory to more generic findutils
Removed backported patches
(From OE-Core rev: 8071b8d1ccc5e8a6b24ccf13b185f5cda6ce890e)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 4f4068a091..37c84cc59b 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -7,7 +7,7 @@ BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | |||
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | 8 | ||
9 | 9 | ||
10 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz" | 10 | SRC_URI = "ftp://alpha.gnu.org/gnu/${BPN}/${BP}.tar.gz" |
11 | 11 | ||
12 | inherit autotools gettext texinfo update-alternatives | 12 | inherit autotools gettext texinfo update-alternatives |
13 | 13 | ||