From: Gyorgy Sarvari <skandigraun@gmail.com>
To: emailaddress.ashish@gmail.com, openembedded-core@lists.openembedded.org
Cc: Qi.Chen@windriver.com, Philip Lorenz <philip.lorenz@bmw.de>,
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>,
Richard Purdie <richard.purdie@linuxfoundation.org>
Subject: Re: [yocto] [PATCH] systemd: backport fix for handle USE_NLS from master
Date: Thu, 18 Sep 2025 16:27:51 +0200 [thread overview]
Message-ID: <ea2af4ec-e7f9-45e2-b6b4-20aaa658c593@gmail.com> (raw)
In-Reply-To: <20250918134710.1170816-1-emailaddress.ashish@gmail.com>
This backport looks useful, but could you please resend it with the
correct subject? If it doesn't contain the target branch name, possibly
the maintainer is going to miss it. You can find into about this in the
docs[1], just at the bottom of section 4.7.
Also, please keep the patch on the openembedded-core@ mailing list, the
patch will find the target audience here.
[1]:
https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#submitting-changes-to-stable-release-branches
On 9/18/25 15:47, Ashish Mishra via lists.yoctoproject.org wrote:
> 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)} \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#65858): https://lists.yoctoproject.org/g/yocto/message/65858
> Mute This Topic: https://lists.yoctoproject.org/mt/115310188/6084445
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2025-09-18 14:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 13:47 [PATCH] systemd: backport fix for handle USE_NLS from master AshishKumar Mishra
2025-09-18 14:27 ` Gyorgy Sarvari [this message]
2025-09-18 15:54 ` [yocto] " Ashish Mishra
2025-09-18 18:03 ` [OE-core] " Gyorgy Sarvari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ea2af4ec-e7f9-45e2-b6b4-20aaa658c593@gmail.com \
--to=skandigraun@gmail.com \
--cc=Qi.Chen@windriver.com \
--cc=emailaddress.ashish@gmail.com \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=philip.lorenz@bmw.de \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox