blob: 2dce84aef2c23410ad62a83d929a4012b54c661d [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 Geissler8f8ab6b2021-06-16 21:40:53 +000019SRCREV = "d5ed40999f2d829455afab0999aa54dd8217ad04"
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 "