meta-phosphor: ipmi-flash: disable building host-tool
Disable building the host-tool if building a bitbake image. Also
disable building tests.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I97a457d303745ed5d2c5c1cbda32a20bac7944c3
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index ba3a2ee..eb8fe0e 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -16,6 +16,8 @@
DEPENDS += "ipmi-blob-tool"
DEPENDS += "pciutils"
+EXTRA_OECONF = "--disable-tests --disable-build-host-tool"
+
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
SRCREV = "699750dedaaad4639ce3c831aed7d897f3572fbe"