* [scarthgap][PATCH] systemd: backport fix for handle USE_NLS from master
@ 2025-09-18 15:48 AshishKumar Mishra
2025-09-22 4:26 ` Ashish Mishra
0 siblings, 1 reply; 4+ messages in thread
From: AshishKumar Mishra @ 2025-09-18 15:48 UTC (permalink / raw)
To: openembedded-core
Cc: Qi.Chen, AshishKumar Mishra, Philip Lorenz, Mathieu Dubois-Briand,
Richard Purdie
From: AshishKumar Mishra <emailaddress.ashish@gmail.com>
Do not build translations when NLS is disabled.
(From OE-Core rev: 83795ef6c3fa12a863cd20b7ec1a2607606987b6)
This change corresponds to upstream d848b454e64ffbd642590b4bbc378619e1547ad3
from master .
Since the systemd version are different between master & scarthgap
applied the patch manually
Signed-off-by: Philip Lorenz <philip.lorenz@bmw.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: AshishKumar Mishra <emailaddress.ashish@gmail.com>
---
meta/recipes-core/systemd/systemd_255.21.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/systemd/systemd_255.21.bb b/meta/recipes-core/systemd/systemd_255.21.bb
index e866f9921b..87e186bbfa 100644
--- a/meta/recipes-core/systemd/systemd_255.21.bb
+++ b/meta/recipes-core/systemd/systemd_255.21.bb
@@ -247,6 +247,7 @@ EXTRA_OEMESON += "-Dnobody-user=nobody \
-Dmode=release \
-Dsystem-alloc-uid-min=101 \
-Dsystem-uid-max=999 \
+ -Dtranslations=${@'false' if d.getVar('USE_NLS') == 'no' else 'true'} \
-Dsystem-alloc-gid-min=101 \
-Dsystem-gid-max=999 \
${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', '-Ddefault-mdns=no -Ddefault-llmnr=no', '', d)} \
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-13 5:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-18 15:48 [scarthgap][PATCH] systemd: backport fix for handle USE_NLS from master AshishKumar Mishra
2025-09-22 4:26 ` Ashish Mishra
2025-10-06 5:35 ` Ashish Mishra
2025-10-13 5:30 ` Ashish Mishra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox