[bitbake-devel] [PATCH-V2 0/5] Warn user if "param" is used in SRC_URI

Andrei Gherzan andrei at gherzan.ro
Tue Jul 10 21:34:00 UTC 2012


The following changes since commit 90ad663909c0c8a405b22a510c9f957007d02669:

  upstream_tracking: update boost (2012-07-09 17:21:38 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ag/protocol
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/protocol

Andrei Gherzan (5):
  fetch2/svn.py: Use "protocol" parameter to get the protocol
  fetch2/osc.py: Use "protocol" parameter to get the protocol
  fetch2/hg.py: Use "protocol" parameter to get the protocol
  fetch2/bzr.py: Use "protocol" parameter to get the protocol
  fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not
    "protocol"

 bitbake/lib/bb/fetch2/__init__.py |    4 ++++
 bitbake/lib/bb/fetch2/bzr.py      |    2 +-
 bitbake/lib/bb/fetch2/hg.py       |    2 +-
 bitbake/lib/bb/fetch2/osc.py      |    2 +-
 bitbake/lib/bb/fetch2/svn.py      |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

-- 
1.7.9.5





More information about the bitbake-devel mailing list