mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-30 21:59:43 +00:00
meta-tpm2: clean up bootstrap
Signed-off-by: Jia Zhang <qianyue.zj@alibaba-inc.com>
This commit is contained in:
@@ -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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user