blob: ac1440338dc613e2b13ed08144c856d3ca4b250d [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
9inherit autotools pkgconfig
10
11DEPENDS += "autoconf-archive-native"
12
Patrick Venture9490d8f2019-05-15 12:21:19 -070013EXTRA_OECONF = "--disable-tests"
14
Patrick Venture9f7c1a42019-03-07 10:47:37 -080015S = "${WORKDIR}/git"
16SRC_URI = "git://github.com/openbmc/ipmi-blob-tool"
Andrew Geisslerd97cf9b2021-08-30 22:40:59 +000017SRCREV = "2ca843c10ee5b26d1c2db41a54cb0feb967800d8"