bitbake: data: Ensure dependencies of subfunctions are accounted for
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 May 2013 10:16:54 +0000 (13:16 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2013 11:10:12 +0000 (12:10 +0100)
commit638a773a67135a299f3317ce19c56364b8153e3b
tree123258dd3d643629017b5c406830263b922e0c1b
parent9d5c85ae2a76da0bacf8bec381a82be58f49b4b8
bitbake: data: Ensure dependencies of subfunctions are accounted for

Currently we account of the top level function's vardeps but not
those of any subfunction. This would imply we'd have to manually
write the dependencies of all parent functions which would be crazy.

This patch adds the dependencies to fix the issue.

(Bitbake rev: 658008cc6a8acd5c1f26877c9444c96002db01e7)

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