Do update checksums when building with `--update-checksums`

This commit is contained in:
Eduardo Sánchez Muñoz 2023-12-21 17:56:22 +01:00
parent 9042539165
commit 45b635ef97
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: 2023 Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>
#
# SPDX-License-Identifier: GPL-3.0-or-later
pushd /external/repo
sha256sum -- * | tee "${SRCDIR}/SHA256SUMS.pkgs"
popd

View File

@ -181,3 +181,4 @@ build: gcc-10.4.0
build: binutils-2.41
build: gcc-13.1.0
improve: null_time ( FORCE_TIMESTAMPS == True )
improve: update_checksums ( UPDATE_CHECKSUMS == True )