blob: 29d5b4b1376f907058ed229d7fa89adf8cad2fa2 [file] [log] [blame]
Patrick Venture9f7c1a42019-03-07 10:47:37 -08001SUMMARY = "Library and Host-side tool for talking to OpenBMC IPMI BLOB handlers."
2DESCRIPTION = "This package provides a library for the BMC and host for core blob mechanics and host-side binaries for talking to OpenBMC IPMI BLOB handlers."
Ed Tanous9936f862022-09-19 09:13:20 -07003HOMEPAGE = "http://github.com/openbmc/ipmi-blob-tool"
Patrick Venture9f7c1a42019-03-07 10:47:37 -08004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
Ed Tanous9936f862022-09-19 09:13:20 -07006SRCREV = "ee975086169fce82413c27fefb871b779ea6b657"
7PV = "0.1+git${SRCPV}"
8PR = "r1"
9
10SRC_URI = "git://github.com/openbmc/ipmi-blob-tool;branch=master;protocol=https"
11
12S = "${WORKDIR}/git"
Patrick Venture9f7c1a42019-03-07 10:47:37 -080013
Andrew Geissler590266d2022-07-18 14:50:47 -050014inherit meson pkgconfig
Patrick Venture9f7c1a42019-03-07 10:47:37 -080015
Andrew Geissler590266d2022-07-18 14:50:47 -050016EXTRA_OEMESON = "-Dtests=disabled"