From c83dff0572edf34f99ff1d4ad7dc621b815d7f0b Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 30 Mar 2020 14:16:34 -0400 Subject: 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 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-phosphor') 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," -- cgit v1.2.3