From 10df81464c9dbddc7747bdd04be496801faa5255 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 12 Jul 2023 00:27:12 +0000 Subject: [PATCH] aws-cli: upgrade 1.29.1 -> 1.29.2 --- .../aws-cli/{aws-cli_1.29.1.bb => aws-cli_1.29.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-support/aws-cli/{aws-cli_1.29.1.bb => aws-cli_1.29.2.bb} (96%) diff --git a/recipes-support/aws-cli/aws-cli_1.29.1.bb b/recipes-support/aws-cli/aws-cli_1.29.2.bb similarity index 96% rename from recipes-support/aws-cli/aws-cli_1.29.1.bb rename to recipes-support/aws-cli/aws-cli_1.29.2.bb index 2811a300f..747ef904d 100644 --- a/recipes-support/aws-cli/aws-cli_1.29.1.bb +++ b/recipes-support/aws-cli/aws-cli_1.29.2.bb @@ -9,7 +9,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "f7c4d49e0e3e029750c9a73b9fb8e8f12a2203f2" +SRCREV = "1a4e085705289968dfa0b0211d3832631d6494ea" # version 2.x has got library link issues - so stick to version 1.x for now UPSTREAM_CHECK_GITTAGREGEX = "(?P1\.\d+(\.\d+)+)"