X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-connectivity%2Fkuksa-val%2Fkuksa-val%2F0001-Make-Boost-requirements-more-liberal.patch;fp=recipes-connectivity%2Fkuksa-val%2Fkuksa-val%2F0001-Make-Boost-requirements-more-liberal.patch;h=c00635090c15e3dd4e8c6a9e82377ef5c64d0348;hb=08c147c6ae6532088a9753ae0272653cfbd8879b;hp=e351f0296c426b9337d3837291c659415e1cbdce;hpb=9aa37897cdf3bcd7f4d5650c11bc2b679a6b9099;p=AGL%2Fmeta-agl-demo.git 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 e351f0296..c00635090 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,32 +1,23 @@ -From 6c1495df3c78a2e7d86ec141950f342835c0b8c7 Mon Sep 17 00:00:00 2001 +From aefa138ddb6b8af8287b14b748e9943e5d9ddb2e Mon Sep 17 00:00:00 2001 From: Scott Murray -Date: Mon, 23 May 2022 14:59:33 -0400 -Subject: [PATCH 1/4] Make Boost requirements more liberal +Date: Thu, 6 Oct 2022 11:56:38 -0400 +Subject: [PATCH 1/3] Make Boost requirements more liberal -To allow building with Yocto Project 3.1/dunfell or newer releases, -tweak the version requirement in boost.cmake to 1.72.0 and remove the -EXACT specifier from the find_package call. +To allow building with Yocto Project 4.0/kirkstone or newer releases, +remove the EXACT specifier from the Boost find_package call. Upstream-Status: Pending Signed-off-by: Scott Murray --- - boost.cmake | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + kuksa-val-server/boost.cmake | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/boost.cmake b/boost.cmake -index 9f0e512..2dff60a 100644 ---- a/boost.cmake -+++ b/boost.cmake -@@ -11,14 +11,14 @@ - # ***************************************************************************** - - set(Boost_USE_STATIC_LIBS OFF) --set(BOOST_VER 1.75.0) -+set(BOOST_VER 1.72.0) - set(Boost_NO_BOOST_CMAKE ON) - set(BOOST_COMPONENTS filesystem program_options system log thread) - ADD_DEFINITIONS(-DBOOST_LOG_DYN_LINK) +diff --git a/kuksa-val-server/boost.cmake b/kuksa-val-server/boost.cmake +index 54d7b2e..20a1e92 100644 +--- a/kuksa-val-server/boost.cmake ++++ b/kuksa-val-server/boost.cmake +@@ -18,7 +18,7 @@ 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) @@ -36,5 +27,5 @@ index 9f0e512..2dff60a 100644 OPTIONAL_COMPONENTS unit_test_framework ) -- -2.35.1 +2.37.3