meta-tpm2: clean up bootstrap

Signed-off-by: Jia Zhang <qianyue.zj@alibaba-inc.com>
This commit is contained in:
Jia Zhang
2017-09-20 01:46:21 -04:00
parent 8e40927026
commit 091e2cc6fa
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ do_configure_prepend() {
currentdir=$(pwd)
cd "${S}"
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
./bootstrap --force
./bootstrap
cd "${currentdir}"
}

View File

@@ -36,7 +36,7 @@ do_configure_prepend() {
currentdir="$(pwd)"
cd "${S}"
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
./bootstrap --force
./bootstrap
cd "${currentdir}"
}

View File

@@ -23,7 +23,7 @@ do_configure_prepend() {
currentdir="$(pwd)"
cd "${S}"
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
./bootstrap --force
./bootstrap
cd "${currentdir}"
}