summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm-sequoia
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@gmail.com>2025-02-26 13:20:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-27 10:55:17 +0000
commit310a29ed0c970da8f5ac472e442bf74629ed6353 (patch)
treec65811e1f5ef88a7c4ccaba2fa08d9d556847b1f /meta/recipes-devtools/rpm-sequoia
parenta8f507ba6c27cb100df76edcaa21497dd92c5acd (diff)
downloadpoky-310a29ed0c970da8f5ac472e442bf74629ed6353.tar.gz
rpm-sequoia-crypto-policy: clean up dependencies
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 <zboszor@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm-sequoia')
-rw-r--r--meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb3
1 files changed, 1 insertions, 2 deletions
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"
5 5
6LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" 6LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
7 7
8DEPENDS = "coreutils-native openssl-native make-native" 8# Python 3.11+ is needed to build fedora-crypto-policies
9
10inherit allarch python3native 9inherit allarch python3native
11 10
12SRC_URI = "git://gitlab.com/redhat-crypto/fedora-crypto-policies.git;protocol=https;branch=master" 11SRC_URI = "git://gitlab.com/redhat-crypto/fedora-crypto-policies.git;protocol=https;branch=master"