]> code.ossystems Code Review - openembedded-core.git/commit
populate_base_sdk: Stop running gcc --version all the time
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Sep 2018 23:41:13 +0000 (00:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Sep 2018 17:00:00 +0000 (18:00 +0100)
commitbf49316bb9913b7c89de64d6a194be31aa66e16b
tree7d958115bc934653c388412f6afb9f5bf97cb5b1
parent713c83fd00ab16250f05b0c3933f0c8178b8a33e
populate_base_sdk: Stop running gcc --version all the time

Running 'gcc --version' for every image recipe is slow and increases parsing
time/resource usage for no good reason. Only compute the value in when we're
really running the task/function.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass
meta/lib/oe/utils.py