[oe-commits] Paul Eggleton : classes/ptest: do not set EXCLUDE_FROM_WORLD

git at git.openembedded.org git at git.openembedded.org
Wed Oct 30 17:18:55 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 80f29b04b1d0a9357f193085224ccf2bf8f530fa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=80f29b04b1d0a9357f193085224ccf2bf8f530fa

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Oct 30 15:41:42 2013 +0000

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/ptest.bbclass |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass
index 7cc8d26..508ea9a 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."



More information about the Openembedded-commits mailing list