blob: fa6904651a8905575f6e7f5d2b797ca26a503b6f [file] [log] [blame]
SUMMARY = "libpldm shared library"
DESCRIPTION = "PLDM library implementing various PLDM specifications"
HOMEPAGE = "https://github.com/openbmc/libpldm"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRCREV = "4bd6eef3885d90dd9a0efde3c3d90e442849a6f0"
PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled,-Doem-ibm=disabled,,"
PV = "0.1.0+git${SRCPV}"
PR = "r1"
SRC_URI = "git://github.com/openbmc/libpldm;branch=main;protocol=https"
S = "${WORKDIR}/git"
inherit meson
EXTRA_OEMESON:append = " -Dtests=disabled"