Skip to content

Commit

Permalink
aws-iot-fleetwise, aws-iot-securetunneling-localproxy, aws-sdk-cpp: F…
Browse files Browse the repository at this point in the history
…ix patch format
  • Loading branch information
thomas-roos committed Jun 17, 2024
1 parent 25fbde9 commit 75395c4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions recipes-iot/aws-iot-fleetwise/files/remove-cxx-standard.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ From: Thomas Roos <[email protected]>
Date: Tue, 9 Jan 2024 15:01:35 +0000
Subject: [PATCH] aws-iot-fleetwise-edge: remove setting of cxx-standard

Upstream-Status: Submitted [author]

---
CMakeLists.txt | 5 -----
1 file changed, 5 deletions(-)
Expand All @@ -12,14 +14,13 @@ index 1f6c041..8b74eae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,11 +4,6 @@ cmake_minimum_required(VERSION 3.10.2)

project(iotfleetwise VERSION 1.1.1)

-# FWE uses C++14 for compatibility reasons with Automotive middlewares (Adaptive AUTOSAR, ROS2)
-# Note: When built with FWE_FEATURE_ROS2, colcon will override these settings
-set(CMAKE_CXX_STANDARD 14)
-set(CMAKE_CXX_STANDARD_REQUIRED True)
-
# Print out the compile commands which is useful for IDEs
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ From: Thomas Roos <[email protected]>
Date: Mon, 11 Mar 2024 10:35:55 +0000
Subject: [PATCH] aws-iot-securetunneling-localproxy: boost 1.84 format include

Upstream-Status: Submitted [author]

---
src/config/ConfigFile.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ From: Thomas Roos <[email protected]>
Date: Tue, 9 Jan 2024 14:34:32 +0000
Subject: [PATCH] aws-iot-securetunneling-localproxy: remove setting of

Upstream-Status: Submitted [author]

---
CMakeLists.txt | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Expand All @@ -26,5 +28,5 @@ index 34c897a..972e5a8 100644
-set(CMAKE_CXX_STANDARD_REQUIRED ON) #...is required...
+# Disable extensions.
set(CMAKE_CXX_EXTENSIONS OFF) #...without compiler extensions like gnu++11

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main git repo to fix it.

Signed-off-by: Bartosz Golaszewski <[email protected]>

Upstream-Status: Unknown
Upstream-Status: Submitted [author]
---
cmake/AwsFindPackage.cmake | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Expand Down

0 comments on commit 75395c4

Please sign in to comment.