| Message ID | 20250918154837.2592327-1-emailaddress.ashish@gmail.com |
|---|---|
| State | Accepted |
| Delegated to: | Steve Sakoman |
| Headers | show |
| Series | [scarthgap] systemd: backport fix for handle USE_NLS from master | expand |
Hi Team , Any feedback on this or if any suggestion Thanks , Ashish
Hi Anuj, Good morning. These are backported patches from master. Would request to please consider this patch for merge. If you have any feedback / suggestion, please feel free to share. I will work accordingly. Thanks, Ashish
Hi Anuj , Good Morning. Would request to please consider this patch for merge. If any feedback / suggestion , i can rework accordingly. Thanks , Ashish
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)} \