diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index de36f06bfc..ab992b7ea7 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py @@ -371,6 +371,9 @@ def decodeurl(url): elif type.lower() == 'file': host = "" path = location + if user: + path = user + '@' + path + user = "" else: host = location path = "/"