summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb b/meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb
index 45da416..2e5814b 100644
--- a/meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb
+++ b/meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb
@@ -16,6 +16,8 @@ inherit autotools
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19do_configure[noexec] = "1"
20
19do_compile() { 21do_compile() {
20 oe_runmake -C ${S}/src 22 oe_runmake -C ${S}/src
21} 23}