History log of /openbmc/service-config-manager/subprojects/phosphor-logging.wrap (Results 1 – 2 of 2)
Revision Date Author Comments
# eca056ed 21-Mar-2022 Patrick Williams <patrick@stwcx.xyz>

meson: simplify dependencies

Leverage wrapfile `[provide]` directives to simplify the dependency
searching in the meson.build.

Change-Id: I3ffeb36c566eed00a6070b6c823d9a7b2a8bfbc2


# b50ebd2f 02-Jun-2021 Patrik Tesarik <patrik.tesarik@rub.de>

Add subproject directory & wrapper files

This commit enables the isolated build of this repository with meson.
This contribution was made possible by Patrick's [blog post][1].

Building standalone w

Add subproject directory & wrapper files

This commit enables the isolated build of this repository with meson.
This contribution was made possible by Patrick's [blog post][1].

Building standalone with `meson setup builddir && ninja -C builddir`
worked up to the point when `phosphor-logging` raised an
[error][2]. So I cannot state that it is fully tested, but setting up
the `builddir` correctly should've been half the way.

[1]: http://www.stwcx.xyz/blog/2021/04/18/meson-subprojects.html
[2]: https://github.com/openbmc/phosphor-logging/issues/22

Signed-off-by: Patrik Tesarik <patrik.tesarik@rub.de>
Change-Id: I8ce6c9292edbb6d72414edd8794c337f30bc0734

show more ...