mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-06 17:58:24 +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)
|
||||
cd "${S}"
|
||||
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
|
||||
./bootstrap --force
|
||||
./bootstrap
|
||||
cd "${currentdir}"
|
||||
}
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ do_configure_prepend() {
|
||||
currentdir="$(pwd)"
|
||||
cd "${S}"
|
||||
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
|
||||
./bootstrap --force
|
||||
./bootstrap
|
||||
cd "${currentdir}"
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ do_configure_prepend() {
|
||||
currentdir="$(pwd)"
|
||||
cd "${S}"
|
||||
ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" \
|
||||
./bootstrap --force
|
||||
./bootstrap
|
||||
cd "${currentdir}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user