diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-22 16:24:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-26 17:16:15 +0000 |
commit | 2e152ffa048789b092a2af5541463da9a7e1c98f (patch) | |
tree | 978652a78c6e4434df89c311860a25cbf9429b41 /meta/recipes-extended/findutils/findutils_4.6.0.bb | |
parent | 951ce184eb150e7da960ae91724e171669af8b2b (diff) | |
download | poky-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_4.6.0.bb')
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.6.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.6.0.bb b/meta/recipes-extended/findutils/findutils_4.6.0.bb new file mode 100644 index 0000000000..072d3b3c05 --- /dev/null +++ b/meta/recipes-extended/findutils/findutils_4.6.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require findutils.inc | ||
2 | |||
3 | # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) | ||
4 | LICENSE = "GPLv3+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
6 | |||
7 | DEPENDS = "bison-native" | ||
8 | |||
9 | SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch" | ||
10 | |||
11 | SRC_URI[md5sum] = "9936aa8009438ce185bea2694a997fc1" | ||
12 | SRC_URI[sha256sum] = "ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d" | ||
13 | |||
14 | # http://savannah.gnu.org/bugs/?27299 | ||
15 | CACHED_CONFIGUREVARS += "${@bb.utils.contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}" | ||
16 | |||
17 | EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort" | ||