blob: 8f7dc2bcc7e3b2bf67c49878bea8845f0cf7bc46 [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 Geissler40d48562024-07-17 15:10:27 -05006SRCREV = "392bff8eb832f05b2e13b4a636975f67677a4ed4"
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"