mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
ima-evm-utils: remove unnecessary FILESEXTRAPATHS tweak
It was pointed out that the recipe was wrongly doing FILESEXTRAPATHS:append, but on inspection the recipe does not need it at all, so just remove. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
@@ -6,8 +6,6 @@ DEPENDS += "openssl attr keyutils"
|
||||
|
||||
DEPENDS:class-native += "openssl-native keyutils-native"
|
||||
|
||||
FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI = " \
|
||||
https://github.com/mimizohar/ima-evm-utils/releases/download/v${PV}/${BP}.tar.gz \
|
||||
file://0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch \
|
||||
|
||||
Reference in New Issue
Block a user