summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-15 22:21:19 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-16 04:57:15 +0300
commit9490d8f2d176a7e4886b896a556d4e10b83211ac (patch)
tree5203c4281301cc1e82018756bf5832474e9350f3 /meta-phosphor/recipes-phosphor/ipmi
parent51c0f09b14f9a2a49a93574928b9a74dbb31aebc (diff)
downloadopenbmc-9490d8f2d176a7e4886b896a556d4e10b83211ac.tar.xz
meta-phosphor: ipmi-blob-tool: disable tests
Do not build tests if building with bitbake. (From meta-phosphor rev: 99a4b23ea8673ec8839ad7ab29ccf3764f6882d9) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Iae4188c8930ff4f12ad784c30de0f0dc5c45b8e8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
index 74e2ac081..6694f20ad 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
@@ -10,6 +10,8 @@ inherit autotools pkgconfig
DEPENDS += "autoconf-archive-native"
+EXTRA_OECONF = "--disable-tests"
+
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/ipmi-blob-tool"
SRCREV = "800f06df98660bb215f17725ae8a1bfa96bfb91a"