From 310a29ed0c970da8f5ac472e442bf74629ed6353 Mon Sep 17 00:00:00 2001 From: Zoltán Böszörményi Date: Wed, 26 Feb 2025 13:20:33 +0100 Subject: rpm-sequoia-crypto-policy: clean up dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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". (From OE-Core rev: 34fc028a8a3a6628b11c6ee67676532012f55f47) Signed-off-by: Zoltán Böszörményi Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-devtools/rpm-sequoia') diff --git a/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb b/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb index 098881e3da..f66cb56468 100644 --- a/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb +++ b/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf