From 1de40783e078d032a0dcbfc39e3e76b0f224a2d3 Mon Sep 17 00:00:00 2001 From: Michael Nosthoff Date: Thu, 4 Sep 2025 21:58:07 +0200 Subject: [PATCH] package/libcpprestsdk: add dependency on Boost.System libcpprestsdk searches for the Boost.System module in its CMakeLists. Hence it should be selected as a dependency. This does not fix any build failure, as boost-system was implicitly selected by one of the other boost-* options that this package selects, but an upcoming commit is going to change how boost-system is selected by other boost-* modules, making this preparation change necessary. Signed-off-by: Michael Nosthoff Signed-off-by: Thomas Petazzoni (cherry picked from commit c659e0383d8f66b9bf89b5a30de89476ef48d5bc) Signed-off-by: Thomas Perale --- package/libcpprestsdk/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libcpprestsdk/Config.in b/package/libcpprestsdk/Config.in index e533b30393..7688021ed0 100644 --- a/package/libcpprestsdk/Config.in +++ b/package/libcpprestsdk/Config.in @@ -13,6 +13,7 @@ config BR2_PACKAGE_LIBCPPRESTSDK select BR2_PACKAGE_BOOST_FILESYSTEM select BR2_PACKAGE_BOOST_RANDOM select BR2_PACKAGE_BOOST_REGEX + select BR2_PACKAGE_BOOST_SYSTEM select BR2_PACKAGE_BOOST_THREAD select BR2_PACKAGE_OPENSSL help