| SUMMARY = "Google PLDM OEM" |
| DESCRIPTION = "Google PLDM OEM definitions and related helper function" |
| HOMEPAGE = "https://gbmc.googlesource.com/pldm-oem-google" |
| PR = "r1" |
| PV = "0.1+git${SRCPV}" |
| LICENSE = "Apache-2.0" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| |
| inherit meson pkgconfig |
| |
| EXTRA_OEMESON = " \ |
| -Dtests=disabled \ |
| " |
| |
| DEPENDS += "sdbusplus" |
| DEPENDS += "phosphor-logging" |
| DEPENDS += "systemd" |
| |
| S = "${WORKDIR}/git" |
| SRC_URI = "git://gbmc.googlesource.com/pldm-oem-google;branch=master;protocol=https" |
| SRCREV = "a02a4896dc990c594989b80a612e1a7bb2bb9846" |