]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory_analysis: use bb.utils.explode_dep_versions
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 20 Mar 2012 16:06:24 +0000 (16:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Mar 2012 14:16:05 +0000 (14:16 +0000)
commitde21a483063d9803c4ce1d62b03913ccad2931bd
tree7628f756eeaa06dad02f1e23e690cd84428867df
parent0d9fc8185945328837aa1a3d9d705afa56856853
buildhistory_analysis: use bb.utils.explode_dep_versions

Previously this had its own implementation of splitting a list of
packages with optional version e.g. "libncurses-dev (>= 5.9)"; switch to
using the already existing bitbake function which does this as it is
much better tested.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/buildhistory_analysis.py
scripts/buildhistory-diff