From: Robert Yang Date: Mon, 13 Jul 2015 10:04:30 +0000 (-0700) Subject: glibc: remove invalid ac_cv_path_KSH X-Git-Tag: 2015-10~1248 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f193559f5050ab11ec1ebe4ddf7744c502b4983a;p=openembedded-core.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. (From OE-Core rev: 6b58670d8b8f2d1c1a7d5043652f48a364a0df5d) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index da56bc90a1..74ad0b5fbd 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} \