]> code.ossystems Code Review - openembedded-core.git/commit
Fix GraphViz .dot output for rdepends and rrecs
authorChris Larson <chris_larson@mentor.com>
Thu, 4 Nov 2010 15:47:11 +0000 (08:47 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:38 +0000 (14:46 +0000)
commit17ea15299092af177f7065d4fa96840d41d35cec
tree0dfd324f0943a9df1e273d8bf24f2b65c2c87c17
parent14889f9cca519e5e9ebb04578ab54128dc9de467
Fix GraphViz .dot output for rdepends and rrecs

Use bb.utils.explode_deps to break up the rdepends and rrecommends strings.
This fixes the same issue which was fixed by a number of patches floating
around, but uses explode_deps rather than regular expressions.

(Bitbake rev: 83cdb23f8b89453a3527a276bd0b4deb85d63deb)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/cooker.py