[bitbake-devel] [PATCH 0/5] Modify fetchers to warn user if "param" is used

Andrei Gherzan andrei at gherzan.ro
Tue Jul 10 11:15:10 UTC 2012


Andrei Gherzan (5):
  fetch2/bzr.py: Use "protocol" parameter and warn user if recipe is
    using "proto"
  fetch2/git.py: Use "protocol" parameter and warn user if recipe is
    using "proto"
  fetch2/hg.py: Use "protocol" parameter and warn user if recipe is
    using "proto"
  fetch2/osc.py: Use "protocol" parameter and warn user if recipe is
    using "proto"
  fetch2/svn.py: Use "protocol" parameter and warn user if recipe is
    using "proto"

 bitbake/lib/bb/fetch2/bzr.py |    7 ++++++-
 bitbake/lib/bb/fetch2/git.py |    4 ++++
 bitbake/lib/bb/fetch2/hg.py  |    7 ++++++-
 bitbake/lib/bb/fetch2/osc.py |    7 ++++++-
 bitbake/lib/bb/fetch2/svn.py |    7 ++++++-
 5 files changed, 28 insertions(+), 4 deletions(-)

-- 
1.7.9.5





More information about the bitbake-devel mailing list