summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils_4.7.0.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-01-17 00:33:07 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-19 13:24:38 +0000
commitf7c8146fc801efa6ed44576bb272cbf8f558902d (patch)
tree4a9432b5e9b7412914dd353b452a7ab753219ad0 /meta/recipes-extended/findutils/findutils_4.7.0.bb
parent0aa056945bf44f67976688207920f1da59ae0324 (diff)
downloadpoky-f7c8146fc801efa6ed44576bb272cbf8f558902d.tar.gz
findutils: Upgrade to 4.7.0
* Upgrade to 4.7.0 since there are so many fixes in the new release such as below commit which used to fix Yocto Bug 13311 5699fb7 xargs: use GNU_FINDUTILS_FD_LEAK_CHECK as for find * Drop all patches as it is backported or useless in new release * Licence-Update: - the link in the COPYING has been updated from http to https (From OE-Core rev: 2b0fab5a2c06e9525eb7d2f61f4d833390d30e88) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils_4.7.0.bb')
-rw-r--r--meta/recipes-extended/findutils/findutils_4.7.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.7.0.bb b/meta/recipes-extended/findutils/findutils_4.7.0.bb
new file mode 100644
index 0000000000..59688e528a
--- /dev/null
+++ b/meta/recipes-extended/findutils/findutils_4.7.0.bb
@@ -0,0 +1,15 @@
1require findutils.inc
2
3# GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32)
4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
6
7DEPENDS = "bison-native"
8
9SRC_URI[md5sum] = "731356dec4b1109b812fecfddfead6b2"
10SRC_URI[sha256sum] = "c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a"
11
12# http://savannah.gnu.org/bugs/?27299
13CACHED_CONFIGUREVARS += "gl_cv_func_wcwidth_works=yes"
14
15EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort"