]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/fetch2: When encoding a file:// url, drop user and host information
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2011 18:19:23 +0000 (18:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2011 18:19:23 +0000 (18:19 +0000)
commit7f99605562119a13a2510a3c990e3cf577ad764e
treed6f10f4d93adf7858b3c68ca8486b885950218f1
parent9ee3c77f4e23081e8fa30f66afec4330b8d07562
bitbake/fetch2: When encoding a file:// url, drop user and host information

When processing a cvs SRC_URI to a file:// mirror, the user and host information
will break the mirror processing. This patch addresses it by only constructing
valid urls.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py