| commit | ab08d09a4868388934ff549b2f926af93d84c983 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 08 10:30:16 2025 -0400 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 16:42:57 2025 -0400 |
| tree | 7ceeb7656d6db7afe364dc5a0c265cc2ab39b318 | |
| parent | 7f2658989dd4e336712a0d373dc66937911b68eb [diff] |
meson: fix missing pldm header
Subproject builds fail with the following compile error:
```
c++ @eeprom-device/phosphor-eepromdevice-software-update.p/eeprom_device.cpp.o.rsp
In file included from ../common/include/device.hpp:3,
from ../eeprom-device/eeprom_device.hpp:3,
from ../eeprom-device/eeprom_device.cpp:1:
../common/pldm/package_parser.hpp:5:10: fatal error: libpldm/firmware_update.h: No such file or directory
5 | #include <libpldm/firmware_update.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Fix by adding the appropriate libpldm dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia79fe63c3929a62596ae292c352e488e1100eede
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.