summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-01-09 11:45:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-10 17:28:46 +0000
commitd11425db3296eda988d783482ec2f6173460c6a0 (patch)
tree77a6d20ca1a9537f73abd960788380a19292f340 /meta/recipes-extended/findutils
parent469b134948542a8291984d3bdcaef9537a65a410 (diff)
downloadpoky-d11425db3296eda988d783482ec2f6173460c6a0.tar.gz
findutils: Use CACHED_CONFIGUREVARS to specify cached configure vars
Since this feature is depending on wchar support we only cache is when we have libc-posix-clang-wchar enabled (From OE-Core rev: 783999bbe239b3a66cf87f7018a3087187c9bc11) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils')
-rw-r--r--meta/recipes-extended/findutils/findutils_4.4.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.4.2.bb b/meta/recipes-extended/findutils/findutils_4.4.2.bb
index c25ba4cd12..b2898ed5d9 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 = "r1" 3PR = "r2"
4 4
5SRC_URI += "file://01-27017.patch \ 5SRC_URI += "file://01-27017.patch \
6 file://02-28824.patch \ 6 file://02-28824.patch \
@@ -11,7 +11,7 @@ SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"
11SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a" 11SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a"
12 12
13# http://savannah.gnu.org/bugs/?27299 13# http://savannah.gnu.org/bugs/?27299
14EXTRA_OECONF += "gl_cv_func_wcwidth_works=yes" 14CACHED_CONFIGUREVARS += "${@base_contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}"
15 15
16do_install_append () { 16do_install_append () {
17 if [ -e ${D}${bindir}/find ]; then 17 if [ -e ${D}${bindir}/find ]; then