From aaf3c1a99e44a6b77ac103ee0ed14dd7d465d52c Mon Sep 17 00:00:00 2001 From: John Wedig Date: Fri, 10 Jun 2022 09:29:54 -0700 Subject: estoraged: Disable unit tests by default When building a BMC image with estoraged, some systems run into build issues, where meson tries to use the system googletest and then fails to build the unit tests. We don't need the unit tests when building an image, so we can disable them by default. Signed-off-by: John Wedig Change-Id: I28126f44bb8833e83ad151de5e7d2b3df22af0d1 --- meta-phosphor/recipes-phosphor/storage/estoraged.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-phosphor/recipes-phosphor/storage') diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged.bb b/meta-phosphor/recipes-phosphor/storage/estoraged.bb index f1f2ab1820..b44f8c8794 100644 --- a/meta-phosphor/recipes-phosphor/storage/estoraged.bb +++ b/meta-phosphor/recipes-phosphor/storage/estoraged.bb @@ -16,6 +16,8 @@ DEPENDS += "stdplus" RDEPENDS:${PN} += "e2fsprogs" +EXTRA_OEMESON = "-Dtests=disabled" + S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/estoraged.git;branch=master;protocol=https" SRCREV = "9e639820af86dc05f67fe617f76d08b99beba8ba" -- cgit v1.2.3