summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils_4.4.2.bb
blob: 218bf8344356c08814d2857e0ed65234e075f140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require findutils.inc

PR = "r5"

SRC_URI += "file://01-27017.patch \
            file://02-28824.patch \
            file://03-28872.patch \
            file://findutils_fix_for_x32.patch \
            file://findutils_fix_for_automake-1.12.patch \
            "

SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"
SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a"

# http://savannah.gnu.org/bugs/?27299
CACHED_CONFIGUREVARS += "${@base_contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}"

EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort"

BBCLASSEXTEND = "native"