From 14e8cc66a9bbec15203083d627d01898a0a08084 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 31 Dec 2024 01:45:30 +0000 Subject: [PATCH] aws-cli-v2: upgrade 2.22.24 -> 2.22.26 (cherry picked from commit 14391cbb5c96a62570462eba10772e9267d77c82) --- .../0001-remove_exact_python_version_requirements.patch | 2 +- .../aws-cli-v2/{aws-cli-v2_2.22.24.bb => aws-cli-v2_2.22.26.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename recipes-support/aws-cli-v2/{aws-cli-v2_2.22.24.bb => aws-cli-v2_2.22.26.bb} (97%) diff --git a/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch b/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch index 8ce93c539..67ac70c07 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch +++ b/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch @@ -1,4 +1,4 @@ -From ed9ab97e0ae27c3579507de3a2866da2427abcfa Mon Sep 17 00:00:00 2001 +From 34ee6f1e584cfe6c506d7c2dfa5273da02bd45cf Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Fri, 12 Jan 2024 13:24:54 +0000 Subject: [PATCH] This patch is removing exact python version dependency diff --git a/recipes-support/aws-cli-v2/aws-cli-v2_2.22.24.bb b/recipes-support/aws-cli-v2/aws-cli-v2_2.22.26.bb similarity index 97% rename from recipes-support/aws-cli-v2/aws-cli-v2_2.22.24.bb rename to recipes-support/aws-cli-v2/aws-cli-v2_2.22.26.bb index 18261f411..26e5f95c3 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2_2.22.24.bb +++ b/recipes-support/aws-cli-v2/aws-cli-v2_2.22.26.bb @@ -33,7 +33,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "2631e42e96fdba8cac624a8f1efc87a132bcb7ae" +SRCREV = "a66727a13a676904a10a088f5a1ca55a0c90f0db" # version 2.x UPSTREAM_CHECK_GITTAGREGEX = "(?P2\.\d+(\.\d+)+)"