summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils_4.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/findutils/findutils_4.4.2.bb')
-rw-r--r--meta/recipes-extended/findutils/findutils_4.4.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.4.2.bb b/meta/recipes-extended/findutils/findutils_4.4.2.bb
index 218bf83443..34e53d2eea 100644
--- a/meta/recipes-extended/findutils/findutils_4.4.2.bb
+++ b/meta/recipes-extended/findutils/findutils_4.4.2.bb
@@ -1,6 +1,6 @@
1require findutils.inc 1require findutils.inc
2 2
3PR = "r5" 3PR = "r6"
4 4
5SRC_URI += "file://01-27017.patch \ 5SRC_URI += "file://01-27017.patch \
6 file://02-28824.patch \ 6 file://02-28824.patch \
@@ -12,6 +12,8 @@ SRC_URI += "file://01-27017.patch \
12SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f" 12SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"
13SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a" 13SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a"
14 14
15DEPENDS = "bison-native"
16
15# http://savannah.gnu.org/bugs/?27299 17# http://savannah.gnu.org/bugs/?27299
16CACHED_CONFIGUREVARS += "${@base_contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}" 18CACHED_CONFIGUREVARS += "${@base_contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}"
17 19