blob: 58825d4752fd8d71b8d861d262bf2f558a846f9a [file] [log] [blame]
Patrick Venturea689c3b2018-09-20 19:27:13 -07001HOMEPAGE = "http://github.com/openbmc/phosphor-ipmi-blobs"
2SUMMARY = "Phosphor OEM IPMI BLOBS Protocol Implementation"
3DESCRIPTION = "This package handles a series of OEM IPMI commands that implement the BLOB protocol for sending and receiving data over IPMI."
4PR = "r1"
5PV = "0.1+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8
William A. Kennington III717a0a02021-06-16 12:25:20 -07009inherit meson pkgconfig
Patrick Venturea689c3b2018-09-20 19:27:13 -070010
William A. Kennington III717a0a02021-06-16 12:25:20 -070011DEPENDS += " \
12 ipmi-blob-tool \
13 phosphor-ipmi-host \
14 phosphor-logging \
15 "
Patrick Venturea689c3b2018-09-20 19:27:13 -070016
17S = "${WORKDIR}/git"
18SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs"
Andrew Geissler4f0eb692021-06-22 01:41:09 +000019SRCREV = "f39e668c2b87c9453e0e28d5a8886b81ed80c50e"
Patrick Venturea689c3b2018-09-20 19:27:13 -070020
William A. Kennington III717a0a02021-06-16 12:25:20 -070021FILES_${PN} += "${libdir}/ipmid-providers"
Patrick Venturea689c3b2018-09-20 19:27:13 -070022
William A. Kennington III717a0a02021-06-16 12:25:20 -070023EXTRA_OEMESON += " \
24 -Dtests=disabled \
25 -Dexamples=false \
26 "