bitbake: build.py: Fix traceback when there are no dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jan 2013 17:35:39 +0000 (17:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jan 2013 17:38:23 +0000 (17:38 +0000)
commit964ec2d163cbe04c11d722a7b90b1de8274723ed
treeacff2ee880c3456fa0447bbaa15b5be73e1a4ccc
parentdec1f8d998d25c2b304debe3b0563a8e23b51f97
bitbake: build.py: Fix traceback when there are no dependencies

A recipe with no dependencies results in a traceback (e.g. all in
ASSUME_PROVIDED). This shouldn't happen and this patch fixes it.

(Bitbake rev: dee7decf87dfa8cb966fe40846d27f3e6ab1846b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py