From f9fb0519aaf4de4e4f2b4ed1c89274808bb39af0 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 22 Jan 2025 01:53:10 +0000 Subject: [PATCH] aws-cli: upgrade 1.37.2 -> 1.37.3 (cherry picked from commit eee1e0186bca50da66d916e4fe3beee8b6c65639) --- .../aws-cli/{aws-cli_1.37.2.bb => aws-cli_1.37.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-support/aws-cli/{aws-cli_1.37.2.bb => aws-cli_1.37.3.bb} (96%) diff --git a/recipes-support/aws-cli/aws-cli_1.37.2.bb b/recipes-support/aws-cli/aws-cli_1.37.3.bb similarity index 96% rename from recipes-support/aws-cli/aws-cli_1.37.2.bb rename to recipes-support/aws-cli/aws-cli_1.37.3.bb index 5f9fb6646..7937fe93a 100644 --- a/recipes-support/aws-cli/aws-cli_1.37.2.bb +++ b/recipes-support/aws-cli/aws-cli_1.37.3.bb @@ -9,7 +9,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "1b202e59e845b739a255c8984b0b4a135472768b" +SRCREV = "a676750caf7b987efe73df3c49d923da0b7fcb4d" # version 2.x has got library link issues - so stick to version 1.x for now UPSTREAM_CHECK_GITTAGREGEX = "(?P1\.\d+(\.\d+)+)"