blob: f9013a90859d704c9f36a103b82f4d823564eed5 [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"
14DEPENDS += "boost"
15DEPENDS += "cli11"
16
17S = "${WORKDIR}/git"
18
19EXTRA_OEMESON = " \
20 -Dtests=disabled \
21 -Doem-ibm=disabled \
22 "