commit | b6756b77bcbbae96b75e9cfc2719510d654d689f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Jun 07 08:47:03 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Jun 07 08:51:37 2025 -0400 |
tree | bc8d2cfc37f585bf9b14d62c7a33ac499a66c55b | |
parent | d0b99b1137ee811ca1c4a2d6f24f7caab8f2f4c0 [diff] |
boost: remove unused header boost/process/v1 is deprecated and was removed in 1.88, but this header isn't even being used. Remove it from the repository to avoid issues with the next Yocto upgrade. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I437401f14e2850251b2e376c938f76e69eb235c4
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage