]> code.ossystems Code Review - openembedded-core.git/commit
checklayer: rename _find_layer_depends
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Thu, 22 Jul 2021 12:46:43 +0000 (14:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jul 2021 22:46:56 +0000 (23:46 +0100)
commite9b7690ab30d0e7c07471034f6cb89ccc3168a11
treeb63634c219ee067135b4484ad38bb485cfbd7d5b
parent08edf928aac3f2daaa0c256d4c21e56e2db72bff
checklayer: rename _find_layer_depends

What this function does is really to find a layer, not a 'depends'. We
are using this function to find a dependent layer, but the name is
confusing.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/checklayer/__init__.py