]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
meta/conf/layer.conf: Omit most build deps of rpm-sequoia-native
authorZoltán Böszörményi <zboszor@gmail.com>
Mon, 3 Nov 2025 12:49:39 +0000 (13:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Nov 2025 15:09:29 +0000 (15:09 +0000)
commit805227759dbd8303124f25c46f928848cf045cc6
treefd00f09f9713b079d57a5a34490fd71ea305593f
parentf3b5fc0174478e1ab6d3d03c8fdc75be28d0fd3b
meta/conf/layer.conf: Omit most build deps of rpm-sequoia-native

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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf