diff --git a/recipes-sdk/aws-c-sdkutils/aws-c-sdkutils_0.2.9.bb b/recipes-sdk/aws-c-sdkutils/aws-c-sdkutils_0.2.10.bb similarity index 96% rename from recipes-sdk/aws-c-sdkutils/aws-c-sdkutils_0.2.9.bb rename to recipes-sdk/aws-c-sdkutils/aws-c-sdkutils_0.2.10.bb index d37175cb4..af0bbdcf9 100644 --- a/recipes-sdk/aws-c-sdkutils/aws-c-sdkutils_0.2.9.bb +++ b/recipes-sdk/aws-c-sdkutils/aws-c-sdkutils_0.2.10.bb @@ -15,7 +15,7 @@ SRC_URI = "\ file://run-ptest \ file://001-enable-tests-with-crosscompiling.patch \ " -SRCREV = "a1cc19f53b63658f1b1400b36f199eafeeb895a6" +SRCREV = "bb4c0918b84a1a5e0ecfafb960711024cfee916f" inherit cmake ptest pkgconfig diff --git a/recipes-sdk/aws-c-sdkutils/files/001-enable-tests-with-crosscompiling.patch b/recipes-sdk/aws-c-sdkutils/files/001-enable-tests-with-crosscompiling.patch index 659c081da..2d41d5b59 100644 --- a/recipes-sdk/aws-c-sdkutils/files/001-enable-tests-with-crosscompiling.patch +++ b/recipes-sdk/aws-c-sdkutils/files/001-enable-tests-with-crosscompiling.patch @@ -1,4 +1,4 @@ -From fd21562704a23fecfa184f388474186d0c17b84c Mon Sep 17 00:00:00 2001 +From 13e5c08a0fe16e0262bb4bb29c696cd42a545bd5 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 0457e0f..b42625f 100644 +index 0eafb22..ca21dc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -90,9 +90,7 @@ install(FILES ${EXPORT_MODULES} +@@ -91,9 +91,7 @@ install(FILES ${EXPORT_MODULES} DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}/modules" COMPONENT Development)