commit | e70f0fff928d607023cdfeafd80dda15d6ac5ccf | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 15 13:52:05 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 16 12:15:56 2020 +0000 |
tree | 4f11166b626ac6331d4a34ae1f663ae5177c23db | |
parent | 88ebe5894efb24c50ccea383bda41d0a02733916 [diff] |
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 \ + "