public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] meta/conf/layer.conf: Avoid adding build deps of rpm-sequoia-native
@ 2025-11-03  8:04 Zoltán Böszörményi
  2025-11-03 11:16 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Zoltán Böszörményi @ 2025-11-03  8:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zoltán Böszörményi

Avoid adding dependencies of rpm-sequoia-native into sysroots
as it needs none of its build dependencies to run.

It can save significant disk space and speeds up packaging into
signed rpms a little.

It also avoids conflicts with different LLVM/CLANG versions,
like those found in meta-clang-revival.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 meta/conf/layer.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 54fa04e213..5e78bcfeaf 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -116,6 +116,13 @@ SSTATE_EXCLUDEDEPS_SYSROOT += "\
     .*->perlcross-native \
     libarchive-native->e2fsprogs-native \
 "
+# Avoid adding dependencies of rpm-sequoia-native as
+# it needs none of its build dependencies to run.
+# It can save significant disk space and speeds up packaging
+# into signed rpms a little.
+SSTATE_EXCLUDEDEPS_SYSROOT += "\
+    rpm-sequoia-native->.* \
+"
 # Nothing needs to depend on libc-initial
 # base-passwd/shadow-sysroot don't need their dependencies
 SSTATE_EXCLUDEDEPS_SYSROOT += "\
-- 
2.51.0



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

end of thread, other threads:[~2025-11-03 12:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03  8:04 [PATCH] meta/conf/layer.conf: Avoid adding build deps of rpm-sequoia-native Zoltán Böszörményi
2025-11-03 11:16 ` [OE-core] " Alexander Kanavin
2025-11-03 12:29   ` Böszörményi Zoltán

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