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
@@ -48,7 +48,7 @@ do_configure_prepend() {
currentdir=$(pwd) currentdir=$(pwd)
cd "${S}" cd "${S}"
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \ ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
./bootstrap --force ./bootstrap
cd "${currentdir}" cd "${currentdir}"
} }
@@ -36,7 +36,7 @@ do_configure_prepend() {
currentdir="$(pwd)" currentdir="$(pwd)"
cd "${S}" cd "${S}"
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \ ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
./bootstrap --force ./bootstrap
cd "${currentdir}" cd "${currentdir}"
} }
@@ -23,7 +23,7 @@ do_configure_prepend() {
currentdir="$(pwd)" currentdir="$(pwd)"
cd "${S}" cd "${S}"
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \ ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
./bootstrap --force ./bootstrap
cd "${currentdir}" cd "${currentdir}"
} }