summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Zhang <qianyue.zj@alibaba-inc.com>2017-09-20 01:46:21 -0400
committerJia Zhang <qianyue.zj@alibaba-inc.com>2017-09-20 01:48:45 -0400
commit091e2cc6fa3c90851c809671029d6618d35ecc33 (patch)
treed7162f04d437c2ae71d51e9b0680fe6239aeb408
parent8e40927026009e52f8d6ad0efb0c84785fb76151 (diff)
downloadmeta-secure-core-091e2cc6fa3c90851c809671029d6618d35ecc33.tar.gz
meta-tpm2: clean up bootstrap
Signed-off-by: Jia Zhang <qianyue.zj@alibaba-inc.com>
-rw-r--r--meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb2
-rw-r--r--meta-tpm2/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb2
-rw-r--r--meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb
index 8f48c9a..688f26e 100644
--- a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb
+++ b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb
@@ -48,7 +48,7 @@ do_configure_prepend() {
48 currentdir=$(pwd) 48 currentdir=$(pwd)
49 cd "${S}" 49 cd "${S}"
50 ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \ 50 ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
51 ./bootstrap --force 51 ./bootstrap
52 cd "${currentdir}" 52 cd "${currentdir}"
53} 53}
54 54
diff --git a/meta-tpm2/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb b/meta-tpm2/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb
index 0ee2918..55fb596 100644
--- a/meta-tpm2/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb
+++ b/meta-tpm2/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb
@@ -36,7 +36,7 @@ do_configure_prepend() {
36 currentdir="$(pwd)" 36 currentdir="$(pwd)"
37 cd "${S}" 37 cd "${S}"
38 ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \ 38 ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
39 ./bootstrap --force 39 ./bootstrap
40 cd "${currentdir}" 40 cd "${currentdir}"
41} 41}
42 42
diff --git a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb b/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb
index 74168fd..cbd09c0 100644
--- a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb
+++ b/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb
@@ -23,7 +23,7 @@ do_configure_prepend() {
23 currentdir="$(pwd)" 23 currentdir="$(pwd)"
24 cd "${S}" 24 cd "${S}"
25 ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \ 25 ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
26 ./bootstrap --force 26 ./bootstrap
27 cd "${currentdir}" 27 cd "${currentdir}"
28} 28}
29 29