bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocol

(Bitbake rev: 01040efce82cfbaa76f46d9f95c984be8f9ea810)

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andrei Gherzan 2012-07-11 00:34:14 +03:00 committed by Richard Purdie
parent 6a210e88b7
commit cf599d12d3
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Osc(FetchMethod):
basecmd = data.expand('${FETCHCMD_osc}', d)
proto = ud.parm.get('proto', 'ocs')
proto = ud.parm.get('protocol', 'ocs')
options = []