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>
This commit is contained in:
Ross Burton 2016-01-21 17:07:20 +00:00 committed by Richard Purdie
parent 6808035d15
commit e24123dc60
1 changed files with 2 additions and 0 deletions

View 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"