From: Robert Yang Date: Mon, 13 Jul 2015 08:59:38 +0000 (-0700) Subject: glibc: remove invalid ac_cv_path_KSH X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf92dbc892c01e163e1275bbd13d5bdedd4d071;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glibc: remove invalid ac_cv_path_KSH There is no ac_cv_path_KSH in configure, can't find it in config.log after remove, either. Signed-off-by: Robert Yang --- diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index da56bc90a1d..74ad0b5fbd8 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc @@ -52,7 +52,6 @@ REQUIRED_DISTRO_FEATURES = "${DISTRO_FEATURES_LIBC}" LEAD_SONAME = "libc.so" CACHED_CONFIGUREVARS += " \ - ac_cv_path_KSH=${base_bindir}/bash \ ac_cv_path_BASH_SHELL=${base_bindir}/bash \ libc_cv_slibdir=${base_libdir} \ libc_cv_rootsbindir=${base_sbindir} \