diff options
author | Ross Burton <ross.burton@intel.com> | 2016-01-21 17:07:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 23:42:39 +0000 |
commit | 11fd33dfeea6606494cd0381986523566c03e2eb (patch) | |
tree | bb4a7fc7ecd2c55cfa5908e929f721c33480df5b /meta-selftest | |
parent | ead744f0b8afd53b851128a89c14bb7025b339fb (diff) | |
download | openembedded-core-contrib-11fd33dfeea6606494cd0381986523566c03e2eb.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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest')
-rw-r--r-- | meta-selftest/recipes-test/emptytest/emptytest.bb | 2 |
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 e87f4d75437..905c6694f31 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" |