bitbake/lib/bb/utils.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 12 Jan 2006 22:57:25 +0000 (22:57 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 12 Jan 2006 22:57:25 +0000 (22:57 +0000)
commit02a43ca809811ef6762c3db6a0b1f53b95d03966
tree5546b1f2d9128b515b15ef498165c1efc6b4a45a
parent7433c508fe6b772cea492826210a48774d11c68d
bitbake/lib/bb/utils.py:
    -add explode_deps method to return
     a list of package names from a string (RDEPENDS)

    Patch courtsey Richard Purdie (rpurdie@openedhand.com)

bitbake/bin/bitbake:
    -major overhaul on dependency tracking and improvement
     to the previous commit.
     Build Runtime Depends and Runtime Recommendations at the
     same time as the package is built.

    Patch courtsey Richard Purdie (rpurdie@openedhand.com)
bin/bitbake
lib/bb/utils.py