]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
rpm-sequoia-crypto-policy: clean up dependencies
authorZoltán Böszörményi <zboszor@gmail.com>
Wed, 26 Feb 2025 12:20:33 +0000 (13:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Feb 2025 10:47:30 +0000 (10:47 +0000)
Rely on host-provided coreutils and make.

openssl-native is not needed either, as the build scripts
use crypto functionality via python.

Python 3.11+ is needed by the python build scripts, which is
ensured by "inherit python3native".

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb

index 098881e3da655bbb2a9a05ad741c5db88b711d7f..f66cb56468cd6cbf80794814f08bce2c37667d43 100644 (file)
@@ -5,8 +5,7 @@ LICENSE = "LGPL-2.1-or-later"
 
 LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
-DEPENDS = "coreutils-native openssl-native make-native"
-
+# Python 3.11+ is needed to build fedora-crypto-policies
 inherit allarch python3native
 
 SRC_URI = "git://gitlab.com/redhat-crypto/fedora-crypto-policies.git;protocol=https;branch=master"