aboutsummaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-01-21 17:07:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:22 +0000
commite24123dc60e58d021e7c73986a017570b4ac23d6 (patch)
tree52bb9ab5821741a0e7b8a08b44093396cf76f4bb /meta-selftest
parent6808035d150ffd91322fac03361fca08d8bb39e7 (diff)
downloadopenembedded-core-contrib-e24123dc60e58d021e7c73986a017570b4ac23d6.tar.gz
emptytest: exclude from world builds
This recipe is for testing purposes and shouldn't be built in world builds, as it produces errors without being built in the selftest. (From OE-Core rev: 11fd33dfeea6606494cd0381986523566c03e2eb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/recipes-test/emptytest/emptytest.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/emptytest/emptytest.bb b/meta-selftest/recipes-test/emptytest/emptytest.bb
index e87f4d7543..905c6694f3 100644
--- a/meta-selftest/recipes-test/emptytest/emptytest.bb
+++ b/meta-selftest/recipes-test/emptytest/emptytest.bb
@@ -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"