Skip to content

Commit 676e999

Browse files
aws-iot-fleetwise-edge: upgrade 1.3.0 -> 1.3.1
1 parent e915050 commit 676e999

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.0.bb renamed to recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SRC_URI = "\
2222
file://run-ptest \
2323
"
2424

25-
SRCREV = "a5dacc79945ac33c19dce3924b1162a14526314e"
25+
SRCREV = "e650426256718fe446a65fd751a577ce0774598f"
2626

2727
S = "${WORKDIR}/git"
2828

recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From c769641113a666c6827818e42fd8fb5191611b1d Mon Sep 17 00:00:00 2001
1+
From ca53cfe70882adaa6d51eff9b610b8189cade393 Mon Sep 17 00:00:00 2001
22
From: Thomas Roos <throos@amazon.de>
33
Date: Tue, 9 Jan 2024 15:01:35 +0000
44
Subject: [PATCH] aws-iot-fleetwise-edge: remove setting of cxx-standard
@@ -9,12 +9,12 @@ Upstream-Status: Submitted [author]
99
1 file changed, 5 deletions(-)
1010

1111
diff --git a/CMakeLists.txt b/CMakeLists.txt
12-
index 79e2dea..291274c 100644
12+
index 2695959..2165366 100644
1313
--- a/CMakeLists.txt
1414
+++ b/CMakeLists.txt
1515
@@ -4,11 +4,6 @@ cmake_minimum_required(VERSION 3.10.2)
1616

17-
project(iotfleetwise VERSION 1.3.0)
17+
project(iotfleetwise VERSION 1.3.1)
1818

1919
-# FWE uses C++14 for compatibility reasons with Automotive middlewares (Adaptive AUTOSAR, ROS2)
2020
-# Note: When built with FWE_FEATURE_ROS2, colcon will override these settings

0 commit comments

Comments
 (0)