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
1 file changed
tree: 7ceeb7656d6db7afe364dc5a0c265cc2ab39b318
  1. bios/
  2. bmc/
  3. common/
  4. cpld/
  5. eeprom-device/
  6. i2c-vr/
  7. subprojects/
  8. test/
  9. .clang-format
  10. .clang-tidy
  11. .gitignore
  12. .shellcheck
  13. LICENSE
  14. meson.build
  15. meson.options
  16. OWNERS
  17. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.