]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fix
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Apr 2011 01:13:23 +0000 (02:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2011 17:13:55 +0000 (18:13 +0100)
commit12112102dd2808534505d4bfbb171904794428c2
tree0f14fa2484f1e17a98df5e6bde2341d5e3e53898
parenteb799b44adab4701825f3dda5d982256781d7f78
bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fix

The ordering constrains on the urldata_init functions are not straight
forward. To avoid further problems, create a helper function to setup
the source revisions which the init functions can all at the appropriate
point.

(From Poky rev: c4371138f7444ecaa1fdd2b1ee4949fbc819f886)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/__init__.py
lib/bb/fetch2/bzr.py
lib/bb/fetch2/git.py
lib/bb/fetch2/hg.py
lib/bb/fetch2/svn.py