From 792bb940f5b112142f160df293a60250cc381f70 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 21 Nov 2024 01:45:41 +0000 Subject: [PATCH] aws-iot-device-client: upgrade 1.9.5 -> 1.9.13 --- ....9.5.bb => aws-iot-device-client_1.9.13.bb} | 2 +- .../files/001-disable-tests.patch | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) rename recipes-iot/aws-iot-device-client/{aws-iot-device-client_1.9.5.bb => aws-iot-device-client_1.9.13.bb} (98%) diff --git a/recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.5.bb b/recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.13.bb similarity index 98% rename from recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.5.bb rename to recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.13.bb index 26e5e7b13..6eb43cf08 100644 --- a/recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.5.bb +++ b/recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.13.bb @@ -24,7 +24,7 @@ SRC_URI = "\ file://001-disable-tests.patch \ " -SRCREV = "faf80330b96681f05a03e9409c0c0dcc67e4e915" +SRCREV = "b3a2ba12967bee183cba6af37dad1242c147fd9b" S = "${WORKDIR}/git" diff --git a/recipes-iot/aws-iot-device-client/files/001-disable-tests.patch b/recipes-iot/aws-iot-device-client/files/001-disable-tests.patch index 921dc8fcc..35756f230 100644 --- a/recipes-iot/aws-iot-device-client/files/001-disable-tests.patch +++ b/recipes-iot/aws-iot-device-client/files/001-disable-tests.patch @@ -1,12 +1,20 @@ +From 0a689ed4730639f9f21e6aa8ded02d9971e0c868 Mon Sep 17 00:00:00 2001 +From: Thomas Roos +Date: Mon, 18 Nov 2024 19:32:41 +0000 +Subject: [PATCH] aws-iot-device-client: disable tests, as the new aws-c-io + Upstream-Status: Submitted [author] +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -Index: git/CMakeLists.txt -=================================================================== ---- git.orig/CMakeLists.txt -+++ git/CMakeLists.txt +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 50f2020..235e7cf 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt @@ -265,4 +265,4 @@ if (BUILD_TEST_DEPS) ${CMAKE_BINARY_DIR}/googletest-build) endif () - + -add_subdirectory(test) +# add_subdirectory(test)