Skip to content

Commit 57b1e91

Browse files
committed
buildinfo: Support BBUILDTOOL and BUILDTOOLVER
Signed-off-by: Morten Linderud <morten@linderud.pw>
1 parent d4ffe5e commit 57b1e91

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

buildinfo

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ case "${action}" in
183183
echo -e "Build Date : ${data[builddate]}"
184184
echo -e "Build Directory : ${data[builddir]}"
185185
echo -e "Build Environment : ${buildenv[*]}"
186+
echo -e "Build Tool : ${data[buildtool]}"
187+
echo -e "Build Tool Version : ${data[buildtoolver]}"
188+
echo -e "Build Directory : ${data[builddir]}"
186189
echo -e "Options : ${options[*]}"
187190
echo -e "Installed Packages : ${#installed[@]}"
188191
;;
@@ -208,7 +211,7 @@ case "${action}" in
208211
esac
209212
;;
210213
"field_all")
211-
for field in pkgname pkgbase pkgver pkgbuild_sha256sum packager builddate builddir format; do
214+
for field in pkgname pkgbase pkgver pkgbuild_sha256sum packager builddate builddir format buildtool buildtoolver; do
212215
echo -e "${field}=${data[${field}]}"
213216
done
214217
echo -e "buildenv=${buildenv[*]}"

0 commit comments

Comments
 (0)