]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: Order CONFIG_SHELL before CACHED_CONFIGUREVARS
authorKhem Raj <raj.khem@gmail.com>
Thu, 15 Oct 2020 05:36:45 +0000 (22:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Oct 2020 11:33:30 +0000 (12:33 +0100)
commit14c3454db0108ff78b73eecfae179a69241d9f5c
tree473092e2c4548bb7e52cfe67cccc3d676a38cc24
parent1a566f1685258bdd6da50c8d2183ff21bed41bb3
autotools.bbclass: Order CONFIG_SHELL before CACHED_CONFIGUREVARS

This helps in overriding CACHED_CONFIGUREVARS with wrappers to run
configure under e.g. for static analysers like scan-build from clang,
while it should not change the functionality in normal case.

Since CONFIG_SHELL was introduced, it silently broke this use case and
failed running static analyser on autotool based recipes

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass