diff options
-rw-r--r-- | meta-integrity/recipes-support/ima-inspect/ima-inspect/fix-new-imaevm.patch | 13 | ||||
-rw-r--r-- | meta-integrity/recipes-support/ima-inspect/ima-inspect_0.13.bb (renamed from meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb) | 3 |
2 files changed, 1 insertions, 15 deletions
diff --git a/meta-integrity/recipes-support/ima-inspect/ima-inspect/fix-new-imaevm.patch b/meta-integrity/recipes-support/ima-inspect/ima-inspect/fix-new-imaevm.patch deleted file mode 100644 index 6ba0fcd..0000000 --- a/meta-integrity/recipes-support/ima-inspect/ima-inspect/fix-new-imaevm.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: git/configure.ac | ||
2 | =================================================================== | ||
3 | --- git.orig/configure.ac | ||
4 | +++ git/configure.ac | ||
5 | @@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects | ||
6 | AC_CONFIG_FILES([Makefile]) | ||
7 | |||
8 | PKG_CHECK_MODULES([TCLAP], [tclap]) | ||
9 | -AC_SEARCH_LIBS([do_dump], [imaevm], [], [ | ||
10 | +AC_SEARCH_LIBS([imaevm_do_hexdump], [imaevm], [], [ | ||
11 | AC_MSG_ERROR([unable to find libimaevm, you need ima-evm-utils-devel or similar package]) | ||
12 | ]) | ||
13 | |||
diff --git a/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb b/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.13.bb index 09cbe15..c5ee628 100644 --- a/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb +++ b/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.13.bb | |||
@@ -5,9 +5,8 @@ DEPENDS += "attr ima-evm-utils tclap" | |||
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | git://github.com/mgerstner/ima-inspect.git \ | 7 | git://github.com/mgerstner/ima-inspect.git \ |
8 | file://fix-new-imaevm.patch \ | ||
9 | " | 8 | " |
10 | SRCREV = "e912be2d2a9fdf30a9693a7fc5d6b2473990a71c" | 9 | SRCREV = "90f395c84eff54c69ba9ee078274313cfd308b53" |
11 | 10 | ||
12 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
13 | 12 | ||