]> code.ossystems Code Review - openembedded-core.git/commit
classes/base: don't print header if BUILDCFG_HEADER not set
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 03:19:15 +0000 (16:19 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:02 +0000 (16:44 +0000)
commitd896d77c1d0fc56ff7019bfee3cf06fbc3ede8f3
tree56f2bce34bdb0079d8e041a216d1696ee102901b
parent918814c05d670bccb05d61fa848fd0d93da3a7b0
classes/base: don't print header if BUILDCFG_HEADER not set

If we don't want a header printed at the start of task execution (which
we'd prefer not to within the extensible SDK)  we can accomplish that by
clearing BUILDCFG_VARS and BUILDCFG_HEADER, but that was still printing
a load of blank lines. To keep things simple, check if BUILDCFG_HEADER
is set to something before printing a header.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass