Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC][oe-core][PATCH] systemd: dont allow autoselect for meson
@ 2024-11-10 13:28 Markus Volk
  2024-11-10 14:40 ` Alexander Kanavin
  2024-11-11  7:07 ` ChenQi
  0 siblings, 2 replies; 12+ messages in thread
From: Markus Volk @ 2024-11-10 13:28 UTC (permalink / raw)
  To: openembedded-core

This might help avoid reproducibility issues

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-core/systemd/systemd_256.7.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_256.7.bb b/meta/recipes-core/systemd/systemd_256.7.bb
index bf829c4931..159a0e25b8 100644
--- a/meta/recipes-core/systemd/systemd_256.7.bb
+++ b/meta/recipes-core/systemd/systemd_256.7.bb
@@ -258,6 +258,7 @@ EXTRA_OEMESON += "-Dnobody-user=nobody \
                   -Dsystem-gid-max=999 \
                   -Dcreate-log-dirs=false \
                   ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', '-Ddefault-mdns=no -Ddefault-llmnr=no', '', d)} \
+                  --auto-features=disabled \
                   "
 
 # Hardcode target binary paths to avoid using paths from sysroot or worse
-- 
2.47.0



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-11-12  6:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-10 13:28 [RFC][oe-core][PATCH] systemd: dont allow autoselect for meson Markus Volk
2024-11-10 14:40 ` Alexander Kanavin
2024-11-10 14:52   ` Markus Volk
     [not found]   ` <1806A2E5B9CEF1AC.19665@lists.openembedded.org>
2024-11-10 15:23     ` Markus Volk
2024-11-10 16:33       ` Alexander Kanavin
2024-11-10 16:43         ` Markus Volk
2024-11-11 11:03           ` Alexander Kanavin
2024-11-11 13:31         ` Ross Burton
2024-11-12  6:51           ` Markus Volk
2024-11-11  7:07 ` ChenQi
2024-11-11  9:48   ` Markus Volk
2024-11-11 10:49   ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox