summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils_4.4.2.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:45:21 +0000
commitc1809c4b899994cf97686cc27345a2d7b262c547 (patch)
treeab4f7e03a3956a49aff2f2a20058e2bc42794320 /meta/recipes-extended/findutils/findutils_4.4.2.bb
parent188873951a0c5220ab8d21a83e4adc63738803e7 (diff)
downloadpoky-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_4.4.2.bb')
-rw-r--r--meta/recipes-extended/findutils/findutils_4.4.2.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.4.2.bb b/meta/recipes-extended/findutils/findutils_4.4.2.bb
deleted file mode 100644
index faf2ebe462..0000000000
--- a/meta/recipes-extended/findutils/findutils_4.4.2.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1require findutils.inc
2
3# GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32)
4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
6
7PR = "r6"
8
9SRC_URI += "file://01-27017.patch \
10 file://02-28824.patch \
11 file://03-28872.patch \
12 file://findutils_fix_for_x32.patch \
13 file://findutils_fix_for_automake-1.12.patch \
14 file://findutils_fix_doc.patch \
15 "
16
17SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"
18SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a"
19
20DEPENDS = "bison-native"
21
22# http://savannah.gnu.org/bugs/?27299
23CACHED_CONFIGUREVARS += "${@bb.utils.contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}"
24
25EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort"