commit | 08d3add3deb08be09393bce8325e42cfc026eacc | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Nov 18 15:22:43 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Tue Aug 26 01:13:34 2025 +0000 |
tree | 36e6ac93312dc1a39a4fee2c0763521b130a1f31 | |
parent | 3e698a3ad5b926f3d7aff2856b9f77d6e5e43576 [diff] |
Capture calls to the getDbusProperty method We should catch the exception to prevent a coredump when calling the getDbusProperty method. Change-Id: I83a8b48f8007989279dd34cfc4f29ca96bb7965e Signed-off-by: George Liu <liuxiwei@ieisystem.com>
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