commit | d9eb721ef581c8968b1a7994b9ba4b1edb5a5c09 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 08:48:55 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Mar 14 00:32:36 2024 +0000 |
tree | 475debc052525a84e8c1cf69dd44b1bf1518ffa9 | |
parent | b99de182fa868d7adb07e95d4603706e31f84abd [diff] |
Remove libmapper dependency After this commit is merged [1], phosphor-ipmi-host no longer depends on libmapper. This commit removes the dependence on libmapper. [1] https://gerrit.openbmc.org/c/openbmc/phosphor-host-ipmid/+/69082 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Iacf20716b3dd02f0c3173eb6c1fcb39d416f72a6
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