aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils_4.5.14.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-09-04 13:41:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-06 16:41:36 +0000
commit8071b8d1ccc5e8a6b24ccf13b185f5cda6ce890e (patch)
treedaf0c52065d242d85849ba461df9f7c9546b7f20 /meta/recipes-extended/findutils/findutils_4.5.14.bb
parentd5624272824795b85047d8064077bc8458cbfa67 (diff)
downloadopenembedded-core-contrib-8071b8d1ccc5e8a6b24ccf13b185f5cda6ce890e.tar.gz
findutils: Upgrade to 4.5.14
Move findutils-4.4.2 directory to more generic findutils Removed backported patches Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils_4.5.14.bb')
-rw-r--r--meta/recipes-extended/findutils/findutils_4.5.14.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.5.14.bb b/meta/recipes-extended/findutils/findutils_4.5.14.bb
new file mode 100644
index 0000000000..9253637fc1
--- /dev/null
+++ b/meta/recipes-extended/findutils/findutils_4.5.14.bb
@@ -0,0 +1,15 @@
+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[md5sum] = "a8a8176282fd28e8d1234c84d847fa66"
+SRC_URI[sha256sum] = "0de3cf625a5c9f154eee3171e072515ffdde405244dd00502af617ac57b73ae2"
+
+# http://savannah.gnu.org/bugs/?27299
+CACHED_CONFIGUREVARS += "${@bb.utils.contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}"
+
+EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort"