From 7a4bca6fe7a88dfc6ad8e7d985ef868699fa2099 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 1 Jan 2025 01:46:49 +0000 Subject: [PATCH] aws-iot-securetunneling-localproxy: upgrade git -> new (cherry picked from commit b657ad74fae4ab22fde9034003861d723a556bae) --- .../aws-iot-securetunneling-localproxy_git.bb | 2 +- .../files/0001-boost-support-any.patch | 2 +- .../files/0002-remove-cxx-standard.patch | 2 +- .../files/0003-boost-include-format.patch | 2 +- .../files/0004-cmake-version.patch | 18 +++++++++++++----- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/recipes-iot/aws-iot-securetunneling-localproxy/aws-iot-securetunneling-localproxy_git.bb b/recipes-iot/aws-iot-securetunneling-localproxy/aws-iot-securetunneling-localproxy_git.bb index 02283c05c..feff79838 100644 --- a/recipes-iot/aws-iot-securetunneling-localproxy/aws-iot-securetunneling-localproxy_git.bb +++ b/recipes-iot/aws-iot-securetunneling-localproxy/aws-iot-securetunneling-localproxy_git.bb @@ -24,7 +24,7 @@ SRC_URI = "\ file://0004-cmake-version.patch \ file://run-ptest \ " -SRCREV = "b9d706f92b64dc003514fa31ae804564fb0af429" +SRCREV = "7aac89939831c0161d329541da5bf20b2972737c" UPSTREAM_CHECK_COMMITS = "1" diff --git a/recipes-iot/aws-iot-securetunneling-localproxy/files/0001-boost-support-any.patch b/recipes-iot/aws-iot-securetunneling-localproxy/files/0001-boost-support-any.patch index d1b15a95f..93471e5e0 100644 --- a/recipes-iot/aws-iot-securetunneling-localproxy/files/0001-boost-support-any.patch +++ b/recipes-iot/aws-iot-securetunneling-localproxy/files/0001-boost-support-any.patch @@ -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 Date: Fri, 10 Mar 2023 12:46:05 +0000 Subject: [PATCH] aws-iot-securetunneling-localproxy: support any boost version diff --git a/recipes-iot/aws-iot-securetunneling-localproxy/files/0002-remove-cxx-standard.patch b/recipes-iot/aws-iot-securetunneling-localproxy/files/0002-remove-cxx-standard.patch index 2a76f8c6e..27479ba6d 100644 --- a/recipes-iot/aws-iot-securetunneling-localproxy/files/0002-remove-cxx-standard.patch +++ b/recipes-iot/aws-iot-securetunneling-localproxy/files/0002-remove-cxx-standard.patch @@ -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 Date: Tue, 9 Jan 2024 14:34:32 +0000 Subject: [PATCH] aws-iot-securetunneling-localproxy: remove setting of diff --git a/recipes-iot/aws-iot-securetunneling-localproxy/files/0003-boost-include-format.patch b/recipes-iot/aws-iot-securetunneling-localproxy/files/0003-boost-include-format.patch index bd024c0ed..44b6b99e8 100644 --- a/recipes-iot/aws-iot-securetunneling-localproxy/files/0003-boost-include-format.patch +++ b/recipes-iot/aws-iot-securetunneling-localproxy/files/0003-boost-include-format.patch @@ -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 Date: Mon, 11 Mar 2024 10:35:55 +0000 Subject: [PATCH] aws-iot-securetunneling-localproxy: boost 1.84 format include diff --git a/recipes-iot/aws-iot-securetunneling-localproxy/files/0004-cmake-version.patch b/recipes-iot/aws-iot-securetunneling-localproxy/files/0004-cmake-version.patch index ef4142067..432223652 100644 --- a/recipes-iot/aws-iot-securetunneling-localproxy/files/0004-cmake-version.patch +++ b/recipes-iot/aws-iot-securetunneling-localproxy/files/0004-cmake-version.patch @@ -1,12 +1,20 @@ +From 843825309d5cb33528322b8077d774ce4b3e6a66 Mon Sep 17 00:00:00 2001 +From: OpenEmbedded +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)