<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 20 September 2015 at 01:53, brian avery <span dir="ltr"><<a href="mailto:avery.brian@gmail.com" target="_blank">avery.brian@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":3yt" class="a3s" style="overflow:hidden">+++ b/meta-selftest/recipes-test/error/<a href="http://error.bb" rel="noreferrer" target="_blank">error.bb</a><br>
@@ -0,0 +1,10 @@<br>
+SUMMARY = "Error Test case that fails on do_compile"<br>
+DESCRIPTION = "This generates a compile time error to be used to for testing. Not currently used by oe-selftest"<br>
+LICENSE = "MIT"<br>
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"<br>
+<br>
+INHIBIT_DEFAULT_DEPS = "1"<br>
+<br>
+do_compile() {<br>
+Â Â Â Â false;<br>
+}</div></blockquote></div><br>Would it be sensible to addEXCLUDE_FROM_WORLD to this so it doesn't get built in world builds if meta-selftest is enabled?</div><div class="gmail_extra"><br></div><div class="gmail_extra">Ross</div></div>