diff mbox series

[2/3] glibc: update patch status

Message ID 20260806162730.352060-2-ross.burton@arm.com
State Under Review
Headers show
Series [1/3] cross-localedef-native: prune patch list | expand

Commit Message

Ross Burton Aug. 6, 2026, 4:27 p.m. UTC
Update the patch status of some submitted patches.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../0008-yes-within-the-path-sets-wrong-config-variables.patch  | 2 +-
 ...6-Replace-echo-with-printf-builtin-in-nscd-init-script.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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 91968abb8ce..bc6228ee7fd 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 <benjamin.esquivel@linux.intel.com>
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 fafcb74d68a..4b468a4633d 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 <ross.burton@arm.com>
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---