From: Ross Burton Date: Thu, 21 Jan 2016 17:07:20 +0000 (+0000) Subject: emptytest: exclude from world builds X-Git-Tag: yocto-4.0~23076 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11fd33dfeea6606494cd0381986523566c03e2eb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"