Skip to content

Commit

Permalink
aws-iot-securetunneling-localproxy: upgrade git -> new
Browse files Browse the repository at this point in the history
(cherry picked from commit b657ad7)
  • Loading branch information
aws-iot-embedded-linux-ci authored and github-actions[bot] committed Jan 1, 2025
1 parent 1c5d77c commit 7a4bca6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SRC_URI = "\
file://0004-cmake-version.patch \
file://run-ptest \
"
SRCREV = "b9d706f92b64dc003514fa31ae804564fb0af429"
SRCREV = "7aac89939831c0161d329541da5bf20b2972737c"

UPSTREAM_CHECK_COMMITS = "1"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 43dc568150e30bcb8f2304efbadcb36ef145706d Mon Sep 17 00:00:00 2001
From f493aa7561d2768536ce34ac3da160fdb6938829 Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
Date: Fri, 10 Mar 2023 12:46:05 +0000
Subject: [PATCH] aws-iot-securetunneling-localproxy: support any boost version
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 19a0f6aebdb1a597cb098ce086d000e7f97729c7 Mon Sep 17 00:00:00 2001
From f65a0155178e0a6b5d22639f4e34daf95e5c1d94 Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
Date: Tue, 9 Jan 2024 14:34:32 +0000
Subject: [PATCH] aws-iot-securetunneling-localproxy: remove setting of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9bd80c4a89bf22e0b3d59dfa9e85f8dbed4bbdcc Mon Sep 17 00:00:00 2001
From d4d9824b89118ac1cc5c94416b166fb697ce5570 Mon Sep 17 00:00:00 2001
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
From 843825309d5cb33528322b8077d774ce4b3e6a66 Mon Sep 17 00:00:00 2001
From: OpenEmbedded <oe.patch@oe>
Date: Tue, 22 Oct 2024 02:00:39 +0000
Subject: [PATCH] aws-iot-securetunneling-localproxy: upgrade git -> new

Upstream-Status: Submitted [https://github.com/aws-samples/aws-iot-securetunneling-localproxy/issues/167]
---
CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)

Index: git/CMakeLists.txt
===================================================================
--- git.orig/CMakeLists.txt
+++ git/CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe71762..e0b3615 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -155,3 +155,6 @@ if(BUILD_TESTS)
endif(BUILD_TESTS)

install(TARGETS ${AWS_TUNNEL_LOCAL_PROXY_TARGET_NAME} DESTINATION "bin")
+
+cmake_minimum_required(VERSION 3.22)
Expand Down

0 comments on commit 7a4bca6

Please sign in to comment.