meta-phosphor: add recipe for ipmi-blob-tool

Add a recipe for ipmi-blob-tool.  This repository cannot have
BMC-specific dependencies, but BMC-specific code can depend on it.

Change-Id: I7939a10e799663c15c49df3aadf37dfeb2910e5f
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb b/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
new file mode 100644
index 0000000..164283f
--- /dev/null
+++ b/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
@@ -0,0 +1,15 @@
+HOMEPAGE = "http://github.com/openbmc/ipmi-blob-tool"
+SUMMARY = "Library and Host-side tool for talking to OpenBMC IPMI BLOB handlers."
+DESCRIPTION = "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."
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+inherit autotools pkgconfig
+
+DEPENDS += "autoconf-archive-native"
+
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/openbmc/ipmi-blob-tool"
+SRCREV = "1681f7ff9fe112a0c3c318d562f4b46489eea02c"