]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Mon, 28 Dec 2015 09:25:12 +0000 (09:25 +0000)
commitfd84d0fe35b63e8f3c17ec0fa7cfb33e8567e8c0
tree37c292677394607455ba74b7b40587de21861627
parenta4f496ae43d6c2698050d79b1f010cbc30ef901d
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.

(From OE-Core rev: d896d77c1d0fc56ff7019bfee3cf06fbc3ede8f3)

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