diff --git a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge/002-fix-abseil-linking.patch b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge/002-fix-abseil-linking.patch index 9308fee8d4..914b44d68f 100644 --- a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge/002-fix-abseil-linking.patch +++ b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge/002-fix-abseil-linking.patch @@ -1,4 +1,4 @@ -From a0764a9d5ab6a56ea32dd833f2b1630e12baf167 Mon Sep 17 00:00:00 2001 +From cdd04093367733e103838bb6e2b012feab68f634 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Mon, 9 Feb 2026 13:17:57 +0000 Subject: [PATCH] aws-iot-fleetwise-edge: fix link of abseil lib @@ -9,7 +9,7 @@ Upstream-Status: Pending 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 03a15d7..33ca1f6 100644 +index 3b35305..13a19e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -688,6 +688,8 @@ target_link_libraries(aws-iot-fleetwise-edge diff --git a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.4.bb b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.5.bb similarity index 98% rename from recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.4.bb rename to recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.5.bb index d70922c55e..4ec780428a 100644 --- a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.4.bb +++ b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.5.bb @@ -25,7 +25,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "15e20f306615f2800ea56eebe66898c2911383c6" +SRCREV = "d5933ee25f097f95f991fb66b243f88637705ddc" inherit cmake systemd ptest pkgconfig diff --git a/recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch b/recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch index d4296d4643..d7b85a9c7a 100644 --- a/recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch +++ b/recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch @@ -1,4 +1,4 @@ -From 2ec5dff53ad7c9054f908613d70b2595539e3db4 Mon Sep 17 00:00:00 2001 +From 684e7827ea6ecb1586d8c87894fafd748c2e5266 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,12 +9,12 @@ Upstream-Status: Submitted [author] 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index c6409d8..03a15d7 100644 +index 2caec14..3b35305 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,11 +4,6 @@ cmake_minimum_required(VERSION 3.10.2) - project(iotfleetwise VERSION 1.3.4) + project(iotfleetwise VERSION 1.3.5) -# 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