commit | b50ebd2fb6924843f3b619c306b969f09d94b6cf | [log] [tgz] |
---|---|---|
author | Patrik Tesarik <patrik.tesarik@rub.de> | Wed Jun 02 18:53:21 2021 +0200 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Nov 15 13:00:31 2021 +0000 |
tree | a6550049e44d21c9945f11d47cd941e8851c32ca | |
parent | 9cd870723e4178e91da9ee13f506918e231a249e [diff] |
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