summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2021-06-24 04:08:39 +0300
committerBenjamin Fair <benjaminfair@google.com>2021-06-24 05:02:36 +0300
commitf225ab6aa5ef467ec0149011e4ee9bc6b4cc2017 (patch)
tree1050b585202b71676d814450b129d178a6073e0e /meta-google
parent8e99329ae08303c49d06671ab35b9ef9dc1c21fa (diff)
downloadopenbmc-f225ab6aa5ef467ec0149011e4ee9bc6b4cc2017.tar.xz
meta-google: ncsid: disable building tests
The unit tests aren't needed when building in Bitbake. Change-Id: I412f5c1b546ab56a4644cba696dd3fab456964bb Signed-off-by: Benjamin Fair <benjaminfair@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/ncsi/ncsid_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-google/recipes-google/ncsi/ncsid_git.bb b/meta-google/recipes-google/ncsi/ncsid_git.bb
index 4d74c992a..1acb45116 100644
--- a/meta-google/recipes-google/ncsi/ncsid_git.bb
+++ b/meta-google/recipes-google/ncsi/ncsid_git.bb
@@ -6,6 +6,10 @@ require ../google-misc/google-misc.inc
inherit systemd
+EXTRA_OEMESON = " \
+ -Dtests=disabled \
+ "
+
SYSTEMD_SERVICE_${PN} += " \
dhcp4@.service \
dhcp6@.service \