From: Ross Burton Date: Thu, 6 Aug 2026 16:27:29 +0000 (+0100) Subject: glibc: update patch status X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=288dd18abaf0f633a94edb0cbf47d39b08c3f5fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git glibc: update patch status Update the patch status of some submitted patches. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc/0008-yes-within-the-path-sets-wrong-config-variables.patch b/meta/recipes-core/glibc/glibc/0008-yes-within-the-path-sets-wrong-config-variables.patch index 91968abb8c..bc6228ee7f 100644 --- a/meta/recipes-core/glibc/glibc/0008-yes-within-the-path-sets-wrong-config-variables.patch +++ b/meta/recipes-core/glibc/glibc/0008-yes-within-the-path-sets-wrong-config-variables.patch @@ -9,7 +9,7 @@ false-positive matches with the path it is configured into. The change is to use a more elaborated string to grep for. -Upstream-Status: Submitted [libc-alpha@sourceware.org] +Upstream-Status: Submitted [https://inbox.sourceware.org/libc-alpha/1425394379-41448-1-git-send-email-benjamin.esquivel@linux.intel.com/] Signed-off-by: Benjamin Esquivel Signed-off-by: Khem Raj diff --git a/meta/recipes-core/glibc/glibc/0016-Replace-echo-with-printf-builtin-in-nscd-init-script.patch b/meta/recipes-core/glibc/glibc/0016-Replace-echo-with-printf-builtin-in-nscd-init-script.patch index fafcb74d68..4b468a4633 100644 --- a/meta/recipes-core/glibc/glibc/0016-Replace-echo-with-printf-builtin-in-nscd-init-script.patch +++ b/meta/recipes-core/glibc/glibc/0016-Replace-echo-with-printf-builtin-in-nscd-init-script.patch @@ -8,7 +8,7 @@ since it uses bash specific extentions namely (translated strings) and echo -n command, replace echo with printf and switch the shell interpreter to #!/bin/sh. -Upstream-Status: Pending +Upstream-Status: Submitted [https://inbox.sourceware.org/libc-alpha/20260806135239.1656089-1-ross.burton@arm.com/T/#u] Signed-off-by: Ross Burton Signed-off-by: Khem Raj ---