blob: d339209da878427707a4b4e246da1390e896cd04 [file] [log] [blame]
Manojkiran Edac86cd9f2022-09-27 13:52:41 -05001SUMMARY = "libpldm shared library"
2DESCRIPTION = "PLDM library implementing various PLDM specifications"
3HOMEPAGE = "https://github.com/openbmc/libpldm"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
Andrew Geissler06d6fdf2022-10-10 05:41:24 -05006SRCREV = "27a022ca33cea158faba4bf2025069366436a51d"
Manojkiran Edac86cd9f2022-09-27 13:52:41 -05007PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled,-Doem-ibm=disabled,,"
8
9PV = "0.1.0+git${SRCPV}"
10PR = "r1"
11SRC_URI = "git://github.com/openbmc/pldm;branch=master;protocol=https"
12
13S = "${WORKDIR}/git"
14
15inherit meson
16
17EXTRA_OEMESON:append = " -Dtests=disabled -Dlibpldm-only=enabled"