blob: aba85bc71712519037a01b5ee1b4ba2c880ac525 [file] [log] [blame]
Patrick Ventureea843422019-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
13S = "${WORKDIR}/git"
14SRC_URI = "git://github.com/openbmc/ipmi-blob-tool"
Andrew Geisslerbd486b32019-03-16 15:42:10 +000015SRCREV = "a8356420078bb7e7580fe6c42818e20203c7cbfc"