]> code.ossystems Code Review - openembedded-core.git/commitdiff
emptytest: exclude from world builds
authorRoss Burton <ross.burton@intel.com>
Thu, 21 Jan 2016 17:07:20 +0000 (17:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:39 +0000 (23:42 +0000)
This recipe is for testing purposes and shouldn't be built in world builds, as
it produces errors without being built in the selftest.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/emptytest/emptytest.bb

index e87f4d75437377fd29762a024958b3dd63353465..905c6694f317f4c59502346887d9ad1215c43f00 100644 (file)
@@ -3,3 +3,5 @@ include test_recipe.inc
 # Set LICENSE to something so that bitbake -p that is ran at the beginning
 # is successful since test_recipe.inc has not yet been modified.
 LICENSE = ""
+
+EXCLUDE_FROM_WORLD = "1"