diff --git a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.1.2.bb b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.2.0.bb similarity index 98% rename from recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.1.2.bb rename to recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.2.0.bb index 63f740711..e34b64a19 100644 --- a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.1.2.bb +++ b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.2.0.bb @@ -22,7 +22,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "aa07b246f089b1252e83c40eb2af1e43c3a99967" +SRCREV = "4c74c61a5001037f3979f6dbe74a72abd2ec4e76" S = "${WORKDIR}/git" diff --git a/recipes-iot/aws-iot-fleetwise/files/remove-cxx-standard.patch b/recipes-iot/aws-iot-fleetwise/files/remove-cxx-standard.patch index d216cecc1..00c0fed69 100644 --- a/recipes-iot/aws-iot-fleetwise/files/remove-cxx-standard.patch +++ b/recipes-iot/aws-iot-fleetwise/files/remove-cxx-standard.patch @@ -1,4 +1,4 @@ -From be982a8f5ac9a289c955b1442b4ae582f81254bf Mon Sep 17 00:00:00 2001 +From e761fd850f0004ad99c7ad69027c6c48f8dcf2ac Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Tue, 9 Jan 2024 15:01:35 +0000 Subject: [PATCH] aws-iot-fleetwise-edge: remove setting of cxx-standard @@ -9,13 +9,13 @@ Upstream-Status: Submitted [author] 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 1f6c041..8b74eae 100644 +index 100989c..23d0962 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,11 +4,6 @@ cmake_minimum_required(VERSION 3.10.2) - - project(iotfleetwise VERSION 1.1.2) - + + project(iotfleetwise VERSION 1.2.0) + -# 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) @@ -23,3 +23,4 @@ index 1f6c041..8b74eae 100644 - # Print out the compile commands which is useful for IDEs set(CMAKE_EXPORT_COMPILE_COMMANDS ON) +