]> code.ossystems Code Review - openembedded-core.git/commit
utils.py: Add a new extend_deps() to easily merge two dependency lists
authorMark Hatle <mhatle@windriver.com>
Fri, 20 Aug 2010 16:27:22 +0000 (09:27 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 20 Aug 2010 22:46:08 +0000 (23:46 +0100)
commit87dba4254b74a43bb712495ba8ebd71890a92634
treec5b902403609798dd9ea97a7679bea2f8addde46
parent54e3a82d9c14f3071db4a4f78312c0e31534696c
utils.py: Add a new extend_deps() to easily merge two dependency lists

Add a new extend_deps function to more easily merge two dependency lists.
This avoids adding duplicates, unless the value of the dependency is
different.

Signed-off-by: Mark Hatle <mhatle@windriver.com>
bitbake/lib/bb/utils.py