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 15:33:06 +0000 (15:33 +0000)
commitb773c0c655ce5803a2668bdfdd132ab16401b1b4
tree19c840c9a17d1201867e4a5a26eb489c9d0aa7d4
parentb105e71ce128396727a06faea7ff038fccea3704
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.

(From OE-Core rev: de21a483063d9803c4ce1d62b03913ccad2931bd)

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