commit | 3c1e28e45f7e0b2d5961cd9d2627a5db926dcef9 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 16:16:43 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Jun 06 08:55:58 2024 +0800 |
tree | 5a64c96d08ca90731a46631df381e6e9643f90eb | |
parent | 8fb5b89ac71ec9c344ff3c030b84a209f09e1b1c [diff] |
utils: Unused methods are marked as deprecated The getAllAncestors and deleteAllDbusObjects methods in utils.hpp are not used and are not used in the reops. This commit marks these methods as deprecated marked for removal after 2025-03-30 unless disputed. Tested: ipmitool works fine with this patch. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Icd53a9effc53c12b5db05b90b75c3addf6c02d5b
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