Files
poky/bitbake/lib/bb
Richard Purdie f15a4a7677 bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badly
Fix a bug where ud.branches were being referenced before it was set by
the git fetcher when using AUTOREV. To do this some ordering needed
to be changed. This fixes errors like:

ERROR: Error parsing /recipes-kernel/linux/rt-tests_git.bb: Failure expanding variable
SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception
AttributeError: 'FetchData' object has no attribute 'branches'

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06 17:44:21 -07:00
..
2011-03-14 17:41:46 -07:00
2011-03-03 16:33:57 -08:00
2010-07-02 15:41:37 +01:00
2011-01-04 14:46:43 +00:00
2011-05-06 17:44:21 -07:00