]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: buildinfohelper fix _get_layer_version_for_dependency
authorMichael Wood <michael.g.wood@intel.com>
Thu, 24 Nov 2016 11:20:05 +0000 (11:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2016 15:47:46 +0000 (15:47 +0000)
commitea298ece8d678889cd5bcde46e00545e9a73edb9
tree901e4441022eee0ec57fa38f7acede25502ad176
parent6935cc06974ea94c9971ede89b6e8f0eae9c195b
toaster: buildinfohelper fix _get_layer_version_for_dependency

This function is simplified by not trying to handle replacing the regex
and just compiling and using it for matching.

- Fix typo in logger output with undefined variable
- Fix pyflake errors

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/buildinfohelper.py