]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/ptest: do not set EXCLUDE_FROM_WORLD
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 Oct 2013 15:41:42 +0000 (15:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Oct 2013 17:27:15 +0000 (17:27 +0000)
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/ptest.bbclass

index 7cc8d26d8c28a1b7b55e2f548e333162d2a08431..508ea9a48ee11ccb6cee85be5306710b3c4895e8 100644 (file)
@@ -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."