summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorAshishKumar Mishra <emailaddress.ashish@gmail.com>2025-10-03 10:27:39 +0530
committerSteve Sakoman <steve@sakoman.com>2025-10-14 07:20:36 -0700
commitd34a0bd00b1a636d105394a0fbc478c7a5dedab0 (patch)
tree2174e994c2ebfe1969699638b613fe8b5296762e /meta/recipes-core
parent11f3763b0fd0e17cb1d2d78374a3a5b2eac790b4 (diff)
downloadpoky-d34a0bd00b1a636d105394a0fbc478c7a5dedab0.tar.gz
systemd: backport fix for handle USE_NLS from master
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 & kirkstone applied the patch manually (From OE-Core rev: 4b612ae7cbdc8327765c34d0e64fa8e0564891d4) 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> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_250.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_250.14.bb b/meta/recipes-core/systemd/systemd_250.14.bb
index 66d20a46fd..087c0035eb 100644
--- a/meta/recipes-core/systemd/systemd_250.14.bb
+++ b/meta/recipes-core/systemd/systemd_250.14.bb
@@ -235,6 +235,7 @@ EXTRA_OEMESON += "-Dnobody-user=nobody \
235 -Dmode=release \ 235 -Dmode=release \
236 -Dsystem-alloc-uid-min=101 \ 236 -Dsystem-alloc-uid-min=101 \
237 -Dsystem-uid-max=999 \ 237 -Dsystem-uid-max=999 \
238 -Dtranslations=${@'false' if d.getVar('USE_NLS') == 'no' else 'true'} \
238 -Dsystem-alloc-gid-min=101 \ 239 -Dsystem-alloc-gid-min=101 \
239 -Dsystem-gid-max=999 \ 240 -Dsystem-gid-max=999 \
240 " 241 "