bitbake: fetch2: raise an exception if user specifies protocol=git with http://
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 3 Oct 2012 12:27:57 +0000 (13:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2012 16:30:17 +0000 (17:30 +0100)
commit9d0b75a9c92baae3364ec0e95260fd9a04b32b97
tree6ce1df38ee55e37d46073fb9f8e02a2875fc8094
parent6c589204dd54534fabdfc3ec83f9aa5216f698b2
bitbake: fetch2: raise an exception if user specifies protocol=git with 

It is a common mistake to use http:// and protocol=git when attempting
to fetch from a git repository using the http protocol; if this is
detected then throw an error explaining that you need to use git:// with
protocol=http instead.

(Bitbake rev: 5bc4930c1638db16bcd5f9c8cfc4081f9ffc192b)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/wget.py