From: Khem Raj Date: Thu, 21 Aug 2025 18:12:45 +0000 (-0700) Subject: findutils: Drop setting gl_cv_func_wcwidth_works=yes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6637e59d6bc03f8eb7cf75bc506307e249809ada;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git findutils: Drop setting gl_cv_func_wcwidth_works=yes The issue seems to be have been fixed for long time since 4.5.3 onwards Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-extended/findutils/findutils_4.10.0.bb b/meta/recipes-extended/findutils/findutils_4.10.0.bb index aa216376572..29ad6c73506 100644 --- a/meta/recipes-extended/findutils/findutils_4.10.0.bb +++ b/meta/recipes-extended/findutils/findutils_4.10.0.bb @@ -9,8 +9,6 @@ DEPENDS = "bison-native" SRC_URI[sha256sum] = "1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5" PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" -# http://savannah.gnu.org/bugs/?27299 -CACHED_CONFIGUREVARS += "gl_cv_func_wcwidth_works=yes" EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort"