blob: 2f8dca1f0c61dede92ecc3079fde4b7d045c4e8b [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 Geissler872a83e2023-02-12 23:10:33 -06006SRCREV = "0970e332b46a3096267e15686c0972404205ae96"
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"
Manojkiran Eda54b2cac2022-09-27 14:09:42 -050011SRC_URI = "git://github.com/openbmc/libpldm;branch=main;protocol=https"
Manojkiran Edac86cd9f2022-09-27 13:52:41 -050012
13S = "${WORKDIR}/git"
14
15inherit meson
16
Manojkiran Eda54b2cac2022-09-27 14:09:42 -050017EXTRA_OEMESON:append = " -Dtests=disabled"