]> code.ossystems Code Review - openembedded-core.git/commit
ptest: Work from PTEST_ENABLED, not DISTRO_FEATURES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 May 2014 13:48:37 +0000 (14:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2014 11:56:42 +0000 (12:56 +0100)
commit8b14fcc62f31bbbb231790136cdb984db96d9ba9
treed17a7ac359ef89e2f513d94552d5f9503f2740f3
parent173769374b1b37244d64767144398337001f1c6f
ptest: Work from PTEST_ENABLED, not DISTRO_FEATURES

Some classes of recipe disable ptest even though its in DISTRO_FEATURES
(e.g. nativesdk). We shouldn't attempt to build ptest packages when
its disabled. This replaces some DISTRO_FEATURE checks with PTEST_ENABLED
checks instead.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/ptest.bbclass
meta/recipes-core/dbus/dbus.inc
meta/recipes-core/glib-2.0/glib.inc