summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/storage
diff options
context:
space:
mode:
authorJohn Wedig <johnwedig@google.com>2022-06-10 19:29:54 +0300
committerJohn Wedig <johnwedig@google.com>2022-06-15 19:53:15 +0300
commitaaf3c1a99e44a6b77ac103ee0ed14dd7d465d52c (patch)
treea2eec5da66f520d59b88a3c662c6760865e051de /meta-phosphor/recipes-phosphor/storage
parent4c6e57012cb1187a29d1be49291ecee0a1182a2b (diff)
downloadopenbmc-aaf3c1a99e44a6b77ac103ee0ed14dd7d465d52c.tar.xz
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 <johnwedig@google.com> Change-Id: I28126f44bb8833e83ad151de5e7d2b3df22af0d1
Diffstat (limited to 'meta-phosphor/recipes-phosphor/storage')
-rw-r--r--meta-phosphor/recipes-phosphor/storage/estoraged.bb2
1 files changed, 2 insertions, 0 deletions
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"