boost: Enable Boost.URL library compilation

The Boost.URL library is no longer available in header-only form,
unfortunately, as per upstream. Using it header-only was evidently
deprecated in 1.82 and removed in 1.83 entirely. So, reluctantly, it
must be compiled as a separate library.

https://www.boost.org/doc/libs/1_83_0/libs/url/doc/html/url/overview.html#url.overview.requirements

Tested: No longer fails to find the library when linking bmcweb

Google-Bug-Id: 299167848
(cherry picked from commit 8c4efbd08bb8b880757b1dfbf53484fab746c28e)
Change-Id: I145542fbfb2e2c99475f6956ca7c0d0ea1e584f8
Signed-off-by: Josh Lehan <krellan@google.com>
1 file changed
tree: dea2e4d577123249aa58b30135282e06370290d8
  1. conf/
  2. dynamic-layers/
  3. recipes-bsp/
  4. recipes-connectivity/
  5. recipes-core/
  6. recipes-devtools/
  7. recipes-extended/
  8. recipes-google/
  9. recipes-kernel/
  10. recipes-phosphor/
  11. recipes-support/
  12. LICENSE
  13. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.