Various normal recipes that we expect to build during a world build now inherit this class; it cannot therefore set EXCLUDE_FROM_WORLD.
Signed-off-by: Paul Eggleton <[email protected]> --- meta/classes/ptest.bbclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass index d67b4e6..347a681 100644 --- a/meta/classes/ptest.bbclass +++ b/meta/classes/ptest.bbclass @@ -1,7 +1,3 @@ -# Ptest packages are built indirectly by a distro_feature, -# no need for them to be a direct target of 'world' -EXCLUDE_FROM_WORLD = "1" - SUMMARY_${PN}-ptest ?= "${SUMMARY} - Package test files" DESCRIPTION_${PN}-ptest ?= "${DESCRIPTION} \ This package contains a test directory ${PTEST_PATH} for package test purposes." -- 1.8.1.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
