summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-03-30 21:16:34 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-01 16:10:53 +0300
commitc83dff0572edf34f99ff1d4ad7dc621b815d7f0b (patch)
tree663d7c4485ae1cd907c40d4ce2c9375f3d0c8fdc /meta-phosphor
parent039aae66db383de7070de0db09ed901a9e19c542 (diff)
downloadopenbmc-c83dff0572edf34f99ff1d4ad7dc621b815d7f0b.tar.xz
meta-phosphor: entity-manager: skip unit tests
Don't build the entity-manager unit tests. This works around an open issue where meson cross builds find build host gtest library. (From meta-phosphor rev: 97d49ab98a59402af87bea89b2028e8c33f34ee6) Change-Id: I0c16886249c278c5ef0b618f31ce9ae8fb15d293 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 140b8cb65..8b6ccc150 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -20,5 +20,7 @@ DEPENDS = "boost \
S = "${WORKDIR}/git/"
inherit meson systemd
+EXTRA_OEMESON = "-Dtests=disabled"
+
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipmi-fru', d)}"
PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"