blob: 143daead980d73bc71ed8e43717bb32a20184484 [file] [log] [blame]
SUMMARY = "PLDM Stack"
DESCRIPTION = "Implementation of the PLDM specifications"
PR = "r1"
PV = "1.0+git${SRCPV}"
inherit meson pkgconfig
inherit systemd
require pldm.inc
DEPENDS += "systemd"
DEPENDS += "sdeventplus"
DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "nlohmann-json"
DEPENDS += "cli11"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} += "pldmd.service"
EXTRA_OEMESON = " \
-Dtests=disabled \
-Doem-ibm=disabled \
"