summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/kuksa-val/kuksa-val/0001-Make-Boost-requirements-more-liberal.patch
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-08-15 17:35:59 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-08-21 15:20:56 +0000
commita620f3a712bab0dd80c8ecaa49e1ebb062fabbb6 (patch)
tree096f98424a5bb183bdb40fdc1c5bc264a67df8ee /recipes-connectivity/kuksa-val/kuksa-val/0001-Make-Boost-requirements-more-liberal.patch
parent8f7253caab8e815b3fb43eb462fbb207238891f4 (diff)
Upgrade KUKSA.val components to 0.4.0 releases
Move kuksa.val and kuksa.val.feeders repos to a commit that includes the recent 0.4.0 release plus a few post-release fixes, and update our local patches for the new version. A new patch is required for the databroker to disable the upstream addition of a vendored build of protobuf tooling for the host platform, as that does not work in the OE build enviroment, and is effectively not required since known versions of protoc and libprotobuf are already present. The major change coming in is a rework of TLS support, which requires a minor change to the DBC feeder configuration file that has also been included. Bug-AGL: SPEC-4762 Change-Id: I1a43248f15c9946d9d9dc1e8aacf1c3a96ab45a0 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-connectivity/kuksa-val/kuksa-val/0001-Make-Boost-requirements-more-liberal.patch')
-rw-r--r--recipes-connectivity/kuksa-val/kuksa-val/0001-Make-Boost-requirements-more-liberal.patch28
1 files changed, 19 insertions, 9 deletions
diff --git a/recipes-connectivity/kuksa-val/kuksa-val/0001-Make-Boost-requirements-more-liberal.patch b/recipes-connectivity/kuksa-val/kuksa-val/0001-Make-Boost-requirements-more-liberal.patch
index c0063509..24419166 100644
--- a/recipes-connectivity/kuksa-val/kuksa-val/0001-Make-Boost-requirements-more-liberal.patch
+++ b/recipes-connectivity/kuksa-val/kuksa-val/0001-Make-Boost-requirements-more-liberal.patch
@@ -1,23 +1,33 @@
-From aefa138ddb6b8af8287b14b748e9943e5d9ddb2e Mon Sep 17 00:00:00 2001
+From 69a64b4426fdeff1c1e098941496deda5ad3ea31 Mon Sep 17 00:00:00 2001
From: Scott Murray <scott.murray@konsulko.com>
Date: Thu, 6 Oct 2022 11:56:38 -0400
-Subject: [PATCH 1/3] Make Boost requirements more liberal
+Subject: [PATCH 1/5] Make Boost requirements more liberal
-To allow building with Yocto Project 4.0/kirkstone or newer releases,
-remove the EXACT specifier from the Boost find_package call.
+To allow building with Yocto Project 4.0/kirkstone, remove the EXACT
+specifier from the Boost find_package call and restore the lower
+Boost version originally specified before upstream commit 7ea6026d
+raised it due to issues with the in-tree build.
Upstream-Status: Pending
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
- kuksa-val-server/boost.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ kuksa-val-server/boost.cmake | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kuksa-val-server/boost.cmake b/kuksa-val-server/boost.cmake
-index 54d7b2e..20a1e92 100644
+index 7358976..0da54df 100644
--- a/kuksa-val-server/boost.cmake
+++ b/kuksa-val-server/boost.cmake
-@@ -18,7 +18,7 @@ ADD_DEFINITIONS(-DBOOST_LOG_DYN_LINK)
+@@ -19,14 +19,14 @@
+ # 4. Change version in main README.md file for KUKSA.val Server
+
+ set(Boost_USE_STATIC_LIBS OFF)
+-set(BOOST_VER 1.82.0)
++set(BOOST_VER 1.75.0)
+ set(Boost_NO_BOOST_CMAKE ON)
+ set(BOOST_COMPONENTS filesystem program_options system log thread)
+ ADD_DEFINITIONS(-DBOOST_LOG_DYN_LINK)
# Workaround function to allow cmake call `find_package` twice. Avoide side effects from local variables, which are produced be `find_package`
function(findBoost Required)
@@ -27,5 +37,5 @@ index 54d7b2e..20a1e92 100644
OPTIONAL_COMPONENTS unit_test_framework
)
--
-2.37.3
+2.41.0