From patchwork Tue Jul 10 21:34:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,PATCH-V2,0/5] Warn user if "param" is used in SRC_URI Date: Tue, 10 Jul 2012 21:34:00 -0000 From: Andrei Gherzan X-Patchwork-Id: 31717 Message-Id: To: bitbake-devel@lists.openembedded.org 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(-)