blob: 57dcef62fcca000fb6701e36a2f5c17ad00ccc76 [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"
Andrew Geissler245d11d2024-07-15 16:00:18 -05006SRCREV = "d942a65bbcb461ec041b4af6f58c3cc7a6f722a5"
Ed Tanous9936f862022-09-19 09:13:20 -07007PV = "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"