Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/76820?usp=email )
Change subject: tint: upgrade the tint payload to 0.07 version ......................................................................
tint: upgrade the tint payload to 0.07 version
This upgrades the tint payload to 0.07 version. The sources are similar enough so that ..._libpayload.patch could be simply git-moved.
Change-Id: I0f6de3d0410e6d838fe49330d98620c877a0d2c7 Signed-off-by: Mike Banon mikebdp2@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/76820 Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M payloads/external/tint/Makefile R payloads/external/tint/tint-0.07_libpayload.patch 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved
diff --git a/payloads/external/tint/Makefile b/payloads/external/tint/Makefile index 2b653f5..de3e58b 100644 --- a/payloads/external/tint/Makefile +++ b/payloads/external/tint/Makefile @@ -6,11 +6,11 @@ # Properties of the current TINT version #
-TINT_VERSION=0.05 +TINT_VERSION=0.07 TINT_BASE_URL="https://mirror.fsf.org/trisquel/pool/main/t/tint" TINT_ARCHIVE="tint_${TINT_VERSION}.tar.xz" TINT_DIR="tint-${TINT_VERSION}" -TINT_SHA1SUM="859008216930a4584e622d0df41fd75c44d2b47f" +TINT_SHA1SUM="a7ec9355b9ea9d47576757219e9b1f4e51ac93a7"
# # Locations of the input/output scripts diff --git a/payloads/external/tint/tint-0.05_libpayload.patch b/payloads/external/tint/tint-0.07_libpayload.patch similarity index 100% rename from payloads/external/tint/tint-0.05_libpayload.patch rename to payloads/external/tint/tint-0.07_libpayload.patch