Skip to content

Commit 80f66e3

Browse files
zevweissJason Bills
authored and
Jason Bills
committed
host-error-monitor: Disable tests
As of the most recent host-error-monitor SRCREV bump to commit 7aede384fc, builds may fail if the googletest package isn't found: ``` ../git/tests/meson.build:15:8: ERROR: Assert failed: Googletest is required if tests are enabled ``` Let's return them to being disabled by default for yocto builds. Signed-off-by: Zev Weiss <[email protected]> Change-Id: I48246f69cd76d8e7cdd89c63db56f3e9e6876027
1 parent bb9582e commit 80f66e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ PACKAGECONFIG[libpeci] = "-Dlibpeci=enabled,-Dlibpeci=disabled"
77
PACKAGECONFIG[crashdump] = "-Dcrashdump=enabled,-Dcrashdump=disabled"
88
PACKAGECONFIG[send-to-logger] = "-Dsend-to-logger=enabled,-Dsend-to-logger=disabled"
99

10+
EXTRA_OEMESON += "-Dtests=disabled"
11+
1012
SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
1113

1214
DEPENDS = "boost sdbusplus libgpiod libpeci phosphor-dbus-interfaces"

0 commit comments

Comments
 (0)