sdbusplus: disable tests and examples

When building in Yocto there is no reason to build the tests and
examples, so disable those features.

Fixes openbmc/sdbusplus#49.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I4de90ca7c5501b3c6fbd5bde1b32d1e989ff5bd6
diff --git a/recipes-extended/sdbusplus/sdbusplus_git.bb b/recipes-extended/sdbusplus/sdbusplus_git.bb
index 49e2f4a..973a92f 100644
--- a/recipes-extended/sdbusplus/sdbusplus_git.bb
+++ b/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -18,3 +18,8 @@
         googletest \
         systemd \
         "
+
+EXTRA_OEMESON += " \
+        -Dtests=disabled \
+        -Dexamples=disabled \
+        "