mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-25 18:57:09 +00:00
ima-evm-utils: bump to release 1.2.1
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c9c4e6c228
commit
c2ddc05c20
@@ -6,9 +6,9 @@ DEPENDS += "openssl attr keyutils"
|
||||
|
||||
DEPENDS_class-native += "openssl-native keyutils-native"
|
||||
|
||||
PV = "1.1+git${SRCPV}"
|
||||
SRCREV = "782224f33cd711050cbf6146a12122cd73f9136b"
|
||||
SRC_URI = "git://git.code.sf.net/p/linux-ima/ima-evm-utils"
|
||||
PV = "1.2.1+git${SRCPV}"
|
||||
SRCREV = "3eab1f93b634249c1720f65fcb495b1996f0256e"
|
||||
SRC_URI = "git://git.code.sf.net/p/linux-ima/ima-evm-utils;branch=ima-evm-utils-1.2.y"
|
||||
|
||||
# Documentation depends on asciidoc, which we do not have, so
|
||||
# do not build documentation.
|
||||
@@ -21,12 +21,6 @@ SRC_URI += "file://evmctl.c-do-not-depend-on-xattr.h-with-IMA-defines.patch"
|
||||
# Required for xargs with more than one path as argument (better for performance).
|
||||
SRC_URI += "file://command-line-apply-operation-to-all-paths.patch"
|
||||
|
||||
SRC_URI += "\
|
||||
file://0001-ima-evm-utils-link-to-libcrypto-instead-of-OpenSSL.patch \
|
||||
file://0002-ima-evm-utils-replace-INCLUDES-with-AM_CPPFLAGS.patch \
|
||||
file://0003-ima-evm-utils-include-hash-info.gen-into-distributio.patch \
|
||||
file://0004-ima-evm-utils-update-.gitignore-files.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig autotools
|
||||
|
||||
Reference in New Issue
Block a user