commit | f225ab6aa5ef467ec0149011e4ee9bc6b4cc2017 | [log] [tgz] |
---|---|---|
author | Benjamin Fair <benjaminfair@google.com> | Wed Jun 23 18:08:39 2021 -0700 |
committer | Benjamin Fair <benjaminfair@google.com> | Thu Jun 24 02:02:36 2021 +0000 |
tree | 1050b585202b71676d814450b129d178a6073e0e | |
parent | 8e99329ae08303c49d06671ab35b9ef9dc1c21fa [diff] [blame] |
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>
diff --git a/meta-google/recipes-google/ncsi/ncsid_git.bb b/meta-google/recipes-google/ncsi/ncsid_git.bb index 4d74c99..1acb451 100644 --- a/meta-google/recipes-google/ncsi/ncsid_git.bb +++ b/meta-google/recipes-google/ncsi/ncsid_git.bb
@@ -6,6 +6,10 @@ inherit systemd +EXTRA_OEMESON = " \ + -Dtests=disabled \ + " + SYSTEMD_SERVICE_${PN} += " \ dhcp4@.service \ dhcp6@.service \