From e1ba39addc462d1cce7f4ae4151febacb42c3d87 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 16 Oct 2025 02:04:34 +0000 Subject: [PATCH] aws-c-io: upgrade 0.23.1 -> 0.23.2 (cherry picked from commit ca940992dc60523bc1ae584550221967eae944ed) --- .../aws-c-io/001-enable-tests-with-crosscompiling.patch | 2 +- recipes-sdk/aws-c-io/{aws-c-io_0.23.1.bb => aws-c-io_0.23.2.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename recipes-sdk/aws-c-io/{aws-c-io_0.23.1.bb => aws-c-io_0.23.2.bb} (97%) diff --git a/recipes-sdk/aws-c-io/aws-c-io/001-enable-tests-with-crosscompiling.patch b/recipes-sdk/aws-c-io/aws-c-io/001-enable-tests-with-crosscompiling.patch index 96b3dffd5f..7932d750a0 100644 --- a/recipes-sdk/aws-c-io/aws-c-io/001-enable-tests-with-crosscompiling.patch +++ b/recipes-sdk/aws-c-io/aws-c-io/001-enable-tests-with-crosscompiling.patch @@ -1,4 +1,4 @@ -From 6f8a07f67b45aaac1d28bd1dfdd8e41a983cf8da Mon Sep 17 00:00:00 2001 +From 5e9dbe6342573b0b5932b27212af27a0bf622f34 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Mon, 29 Sep 2025 12:51:03 +0000 Subject: [PATCH] This enable the tests even when crosscompiling. diff --git a/recipes-sdk/aws-c-io/aws-c-io_0.23.1.bb b/recipes-sdk/aws-c-io/aws-c-io_0.23.2.bb similarity index 97% rename from recipes-sdk/aws-c-io/aws-c-io_0.23.1.bb rename to recipes-sdk/aws-c-io/aws-c-io_0.23.2.bb index b634fe1ea5..e8702c7869 100644 --- a/recipes-sdk/aws-c-io/aws-c-io_0.23.1.bb +++ b/recipes-sdk/aws-c-io/aws-c-io_0.23.2.bb @@ -23,7 +23,7 @@ SRC_URI = "\ file://001-enable-tests-with-crosscompiling.patch \ file://run-ptest \ " -SRCREV = "8906a02cb204b0b01cd38c2c2d62d7312dbee50f" +SRCREV = "1af325b54bba2e95a640a5be5ffe0b27e4ead79c" S = "${WORKDIR}/git"