| commit | 7f2658989dd4e336712a0d373dc66937911b68eb | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 08 10:27:48 2025 -0400 |
| committer | Jagpal S Gill <paligill@gmail.com> | Wed Jul 09 20:10:00 2025 +0000 |
| tree | a1c7e510663904a4f117f8226bd423402f4778d4 | |
| parent | a7bf31b49d89eeacf1085d43cf083dfe9fbab071 [diff] |
meson: fix missing i2c header
Subproject builds result in the following compile error:
```
In file included from ../common/i2c/i2c.cpp:1:
../common/include/i2c/i2c.hpp:7:10: fatal error: sdbusplus/async.hpp: No such file or directory
7 | #include <sdbusplus/async.hpp>
| ^~~~~~~~~~~~~~~~~~~~~
```
Add the missing dependency in the common/i2c subdirectory.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ice1dd80fee70e57c6c4e5250d4c0f41e3122e2b9
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson buildninja -C buildTo clean the repository run rm -r build.