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:
Yi Zhao
2020-01-19 11:02:51 +08:00
committed by Jia Zhang
parent 84ee95f92a
commit 8302e3c479
2 changed files with 1 additions and 15 deletions

View File

@@ -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])
])

View File

@@ -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"