blob: d0662e80057b08a7eb0c1d7612deeb617d34a4fb [file] [log] [blame]
Patrick Venture9f7c1a42019-03-07 10:47:37 -08001HOMEPAGE = "http://github.com/openbmc/ipmi-blob-tool"
2SUMMARY = "Library and Host-side tool for talking to OpenBMC IPMI BLOB handlers."
3DESCRIPTION = "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."
4PR = "r1"
5PV = "0.1+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8
Andrew Geissler590266d2022-07-18 14:50:47 -05009inherit meson pkgconfig
Patrick Venture9f7c1a42019-03-07 10:47:37 -080010
Andrew Geissler590266d2022-07-18 14:50:47 -050011EXTRA_OEMESON = "-Dtests=disabled"
Patrick Venture9490d8f2019-05-15 12:21:19 -070012
Patrick Venture9f7c1a42019-03-07 10:47:37 -080013S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060014SRC_URI = "git://github.com/openbmc/ipmi-blob-tool;branch=master;protocol=https"
Andrew Geissler0e3da152022-07-22 19:30:07 -050015SRCREV = "e76b4bc14747339d09d15b34ce945451affb75e6"
Andrew Geissler590266d2022-07-18 14:50:47 -050016