]> 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>
Tue, 17 Jun 2014 07:51:25 +0000 (08:51 +0100)
commitd1369fe95ac6732e5747873eccd6a1e74359cea4
tree00430a09a532ea95e050590196dd45034b7b3c3e
parentc19bb1db2eb728899e10a28d10567e9e026ee694
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