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>
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
index 49e2f4a..973a92f 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -18,3 +18,8 @@
         googletest \
         systemd \
         "
+
+EXTRA_OEMESON += " \
+        -Dtests=disabled \
+        -Dexamples=disabled \
+        "