-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-iot-device-client: upgrade 1.9.5 -> 1.9.13
- Loading branch information
1 parent
b8a445d
commit 61ff177
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 13 additions & 5 deletions
18
recipes-iot/aws-iot-device-client/files/001-disable-tests.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |