Skip to content

Commit aa524e5

Browse files
aws-c-io: upgrade 0.22.1 -> 0.23.1
(cherry picked from commit b41d618)
1 parent 20ead7e commit aa524e5

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

recipes-sdk/aws-c-io/aws-c-io/001-enable-tests-with-crosscompiling.patch

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
This enable the tests even when crosscompiling.
1+
From 6f8a07f67b45aaac1d28bd1dfdd8e41a983cf8da Mon Sep 17 00:00:00 2001
2+
From: Thomas Roos <throos@amazon.de>
3+
Date: Mon, 29 Sep 2025 12:51:03 +0000
4+
Subject: [PATCH] This enable the tests even when crosscompiling.
25

36
Upstream-Status: Inappropriate [oe specific]
7+
---
8+
CMakeLists.txt | 2 --
9+
1 file changed, 2 deletions(-)
410

5-
Index: aws-c-io-0.22.1/CMakeLists.txt
6-
===================================================================
7-
--- aws-c-io-0.22.1.orig/CMakeLists.txt
8-
+++ aws-c-io-0.22.1/CMakeLists.txt
9-
@@ -245,8 +245,6 @@ install(FILES "${CMAKE_CURRENT_BINARY_DI
11+
diff --git a/CMakeLists.txt b/CMakeLists.txt
12+
index 191d1b6..ae2b846 100644
13+
--- a/CMakeLists.txt
14+
+++ b/CMakeLists.txt
15+
@@ -255,8 +255,6 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
1016
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}/"
1117
COMPONENT Development)
12-
18+
1319
-if (NOT CMAKE_CROSSCOMPILING)
1420
if (BUILD_TESTING)
1521
add_subdirectory(tests)

recipes-sdk/aws-c-io/aws-c-io_0.22.1.bb renamed to recipes-sdk/aws-c-io/aws-c-io_0.23.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SRC_URI = "\
2323
file://001-enable-tests-with-crosscompiling.patch \
2424
file://run-ptest \
2525
"
26-
SRCREV = "9b8d716b3b12de435fbabed834ef435fd3f153c2"
26+
SRCREV = "8906a02cb204b0b01cd38c2c2d62d7312dbee50f"
2727

2828
S = "${WORKDIR}/git"
2929

0 commit comments

Comments
 (0)