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 7af872da8..7daf7664b 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 65e840573de890a5145dc20e13974cbc478af95b Mon Sep 17 00:00:00 2001 +From 750c53a33eb880a58f14a0748d9999030ac1168a 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. @@ -9,10 +9,10 @@ Upstream-Status: Inappropriate [oe specific] 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0277dbb..c5a20e8 100644 +index 681ba75..35d0fde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -267,8 +267,6 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake" +@@ -268,8 +268,6 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake" DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}/" COMPONENT Development) diff --git a/recipes-sdk/aws-c-io/aws-c-io_0.27.6.bb b/recipes-sdk/aws-c-io/aws-c-io_0.27.7.bb similarity index 97% rename from recipes-sdk/aws-c-io/aws-c-io_0.27.6.bb rename to recipes-sdk/aws-c-io/aws-c-io_0.27.7.bb index 61ac99047..888aa60ab 100644 --- a/recipes-sdk/aws-c-io/aws-c-io_0.27.6.bb +++ b/recipes-sdk/aws-c-io/aws-c-io_0.27.7.bb @@ -23,7 +23,7 @@ SRC_URI = "\ file://001-enable-tests-with-crosscompiling.patch \ file://run-ptest \ " -SRCREV = "28e4eb351a536daf1627bf69279e50671f7729b5" +SRCREV = "ad7d398a1aa5a59a59f3a3b6abc08aa910422896" inherit cmake ptest pkgconfig