Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a0764a9d5ab6a56ea32dd833f2b1630e12baf167 Mon Sep 17 00:00:00 2001
From fa5b8879310882a2b4c395642b9fab39ce696c59 Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Mon, 9 Feb 2026 13:17:57 +0000
Subject: [PATCH] aws-iot-fleetwise-edge: fix link of abseil lib
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "15e20f306615f2800ea56eebe66898c2911383c6"
SRCREV = "d5933ee25f097f95f991fb66b243f88637705ddc"

inherit cmake systemd ptest pkgconfig

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2ec5dff53ad7c9054f908613d70b2595539e3db4 Mon Sep 17 00:00:00 2001
From a370d6a6c8731f182e5e605d4c1becaa093e4bab Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Tue, 9 Jan 2024 15:01:35 +0000
Subject: [PATCH] aws-iot-fleetwise-edge: remove setting of cxx-standard
Expand All @@ -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
Expand Down
Loading