From: Ross Burton Date: Wed, 5 Aug 2026 16:03:20 +0000 (+0100) Subject: glibc: remove obsolete KSHELL assignment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ffb0db9e7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glibc: remove obsolete KSHELL assignment KSHELL was set so that tzselect uses /bin/sh instead of /bin/bash. This variable doesn't exist in glibc and instead we patch the script in 0019-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch, so we can remove this assignment. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index d20bfde091..ba50938336 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc @@ -36,10 +36,6 @@ EXTRA_OEMAKE[vardepsexclude] += "EGLIBCPARALLELISM" EXTRA_OEMAKE += "${EGLIBCPARALLELISM}" PARALLEL_MAKE = "" -# We do not need bash to run tzselect script, the default is to use -# bash but it can be configured by setting KSHELL Makefile variable -EXTRA_OEMAKE += "KSHELL=/bin/sh" - TARGET_CC_ARCH:append:toolchain-gcc = " -fno-link-libatomic" SDK_CC_ARCH:append:toolchain-gcc = " -fno-link-libatomic"