mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-06 09:48:40 +00:00
ima-inspect: upgrade 0.11 -> 0.13
Fixes: * Use glibc header instead of libattr header because the attr/xattr.h has been removed from attr package. * fix configure check for newer libimaevm versions. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
Index: git/configure.ac
|
||||
===================================================================
|
||||
--- git.orig/configure.ac
|
||||
+++ git/configure.ac
|
||||
@@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
PKG_CHECK_MODULES([TCLAP], [tclap])
|
||||
-AC_SEARCH_LIBS([do_dump], [imaevm], [], [
|
||||
+AC_SEARCH_LIBS([imaevm_do_hexdump], [imaevm], [], [
|
||||
AC_MSG_ERROR([unable to find libimaevm, you need ima-evm-utils-devel or similar package])
|
||||
])
|
||||
|
||||
@@ -5,9 +5,8 @@ DEPENDS += "attr ima-evm-utils tclap"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/mgerstner/ima-inspect.git \
|
||||
file://fix-new-imaevm.patch \
|
||||
"
|
||||
SRCREV = "e912be2d2a9fdf30a9693a7fc5d6b2473990a71c"
|
||||
SRCREV = "90f395c84eff54c69ba9ee078274313cfd308b53"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user