diff mbox series

[v2] meta/conf/layer.conf: Omit most build deps of rpm-sequoia-native

Message ID 20251103124939.2076502-1-zboszor@gmail.com
State New
Headers show
Series [v2] meta/conf/layer.conf: Omit most build deps of rpm-sequoia-native | expand

Commit Message

Zoltán Böszörményi Nov. 3, 2025, 12:49 p.m. UTC
Omit most of the build dependencies of rpm-sequoia-native as it
needs only OpenSSL, and implicitly, libgcc and the C runtime
to run.

The list of build dependencies were determined by

  $ bitbake -e rpm-sequoia-native 2>&1 | grep ^DEPENDS=
  DEPENDS="pkgconfig-native cargo-native openssl-native python3-native rust-native rust-native"

Omitting these (except openssl-native) can save significant
amount of disk space and it also speeds up packaging into
signed rpms a little.

Omitting rust-native (and implicitly, llvm-native) 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 mbox series

Patch

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 54fa04e213..ba25ca3029 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -116,6 +116,13 @@  SSTATE_EXCLUDEDEPS_SYSROOT += "\
     .*->perlcross-native \
     libarchive-native->e2fsprogs-native \
 "
+# rpm-sequoia-native does not need most of its build dependencies to run,
+# so omit them. The necessary ones are openssl-native, and implicitly,
+# libgcc-native and the C runtime. Omitting these build dependencies can save
+# significant disk space and speeds up packaging into signed rpms a little.
+SSTATE_EXCLUDEDEPS_SYSROOT += "\
+    rpm-sequoia-native->(pkgconfig-native|cargo-native|python3-native|rust-native) \
+"
 # Nothing needs to depend on libc-initial
 # base-passwd/shadow-sysroot don't need their dependencies
 SSTATE_EXCLUDEDEPS_SYSROOT += "\