summaryrefslogtreecommitdiffstats
path: root/meta-integrity/recipes-devtools/rpm/rpm-integrity.inc
blob: aeb7c07bda5cb3c5c3c3eb1fa354db0b029b3f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
FILESEXTRAPATHS_prepend := "${THISDIR}/rpm:"

SRC_URI += "\
    file://0001-Pass-sign-arguments-to-signature-deletion-too.patch \
    file://0002-Beat-some-sense-into-rpmsign-cli-parsing.patch \
    file://0003-Fix-thinko-typo-in-file-signing-error-message.patch \
    file://0004-Bury-get_fskpass-inside-rpmsign-utility.patch \
    file://0005-Dont-advertise-file-signing-features-if-support-not-.patch \
    file://0006-Remove-bunch-of-redundant-environ-declarations.patch \
    file://0007-Dont-push-NULL-bodied-macros-in-case-of-get_fskpass-.patch \
    file://0008-Move-key-password-helper-variables-to-local-scope.patch \
    file://0009-Use-rpm-memory-allocator-so-we-dont-need-to-check-fo.patch \
    file://0010-Fix-a-number-of-problems-in-get_fskpass.patch \
    file://0011-Bump-file-digests-to-SHA256-by-default-finally.patch \
"

PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'imaevm', '', d)}"

# IMA signing support is provided by RPM plugin.
EXTRA_OECONF_remove += "\
    --disable-plugins \
"