Skip to content

Commit

Permalink
aws-iot-device-client: upgrade 1.9.5 -> 1.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-iot-embedded-linux-ci authored and thomas-roos committed Nov 22, 2024
1 parent b8a445d commit 61ff177
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SRC_URI = "\
file://001-disable-tests.patch \
"

SRCREV = "faf80330b96681f05a03e9409c0c0dcc67e4e915"
SRCREV = "b3a2ba12967bee183cba6af37dad1242c147fd9b"

S = "${WORKDIR}/git"

Expand Down
18 changes: 13 additions & 5 deletions recipes-iot/aws-iot-device-client/files/001-disable-tests.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
From 0a689ed4730639f9f21e6aa8ded02d9971e0c868 Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
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)

0 comments on commit 61ff177

Please sign in to comment.