summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-09-15 21:52:05 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-17 00:35:28 +0300
commit0d6828b567c186a9c98fc7d3c52ac0ebd5d2dbae (patch)
tree45c94c80b2984519811b65cdb57605a04e025170 /meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
parentd751a2a8114890e7dc7ea610f2b6e47216971898 (diff)
downloadopenbmc-0d6828b567c186a9c98fc7d3c52ac0ebd5d2dbae.tar.xz
sdbusplus: disable tests and examples
When building in Yocto there is no reason to build the tests and examples, so disable those features. (From meta-phosphor rev: e70f0fff928d607023cdfeafd80dda15d6ac5ccf) Fixes openbmc/sdbusplus#49. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib2b5d0b4a67f311d04122a99a6646397cc0016cd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb')
-rw-r--r--meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
index 49e2f4af2..973a92f3d 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -18,3 +18,8 @@ DEPENDS += " \
googletest \
systemd \
"
+
+EXTRA_OEMESON += " \
+ -Dtests=disabled \
+ -Dexamples=disabled \
+ "