blob: d8dcd0d2c6c9f0f9a48460d786fd4f7aba5788ae [file] [log] [blame]
Deepak Kodihalli394e8672019-10-14 01:23:27 -05001SUMMARY = "PLDM Stack"
2DESCRIPTION = "Implementation of the PLDM specifications"
3PR = "r1"
4PV = "1.0+git${SRCPV}"
5
6inherit meson pkgconfig
7
8require pldm.inc
9
10DEPENDS += "systemd"
Matt Spinler6fd86c42020-01-20 14:09:47 -060011DEPENDS += "sdeventplus"
Deepak Kodihalli394e8672019-10-14 01:23:27 -050012DEPENDS += "phosphor-dbus-interfaces"
13DEPENDS += "nlohmann-json"
Deepak Kodihalli394e8672019-10-14 01:23:27 -050014DEPENDS += "cli11"
15
16S = "${WORKDIR}/git"
17
18EXTRA_OEMESON = " \
19 -Dtests=disabled \
20 -Doem-ibm=disabled \
21 "