aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/ptest.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-10-30 15:41:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 17:27:15 +0000
commit80f29b04b1d0a9357f193085224ccf2bf8f530fa (patch)
tree1e3f7dd4fd649c785cb75505f0573ec008eef97b /meta/classes/ptest.bbclass
parent0af9cf31851896276a219170001047406f45de50 (diff)
downloadopenembedded-core-80f29b04b1d0a9357f193085224ccf2bf8f530fa.tar.gz
classes/ptest: do not set EXCLUDE_FROM_WORLD
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>
Diffstat (limited to 'meta/classes/ptest.bbclass')
-rw-r--r--meta/classes/ptest.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass
index 7cc8d26d8c..508ea9a48e 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."