commit | 863e3231d5bf302734741d99f65d12acf1313b1f | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 17:11:54 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Mar 14 10:08:03 2024 +0000 |
tree | 3915c66e2cb50ac73b1a1d569ce7a96c36c88853 | |
parent | 6fdce0a9c5798557170124b055cbdfd2ed4f5a00 [diff] |
sensordatahandler: Remove unused method The getServiceAndPath method is no longer used. This patch will remove this method. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I8601c3bf4f67183c37de00b6914c0efb9a15491b
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