From cf599d12d390a920ac7f1e91a11ad70aa88c2dc6 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 11 Jul 2012 00:34:14 +0300 Subject: bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocol (Bitbake rev: 01040efce82cfbaa76f46d9f95c984be8f9ea810) Signed-off-by: Andrei Gherzan Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/osc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/fetch2/osc.py b/bitbake/lib/bb/fetch2/osc.py index a16a53e544..1a3a7bb56b 100644 --- a/bitbake/lib/bb/fetch2/osc.py +++ b/bitbake/lib/bb/fetch2/osc.py @@ -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 = [] -- cgit v1.2.3-54-g00ecf