]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch2: Add a class representing a generic URI
authorOlof Johansson <olof.johansson@axis.com>
Tue, 29 Jan 2013 07:50:07 +0000 (08:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2013 22:32:04 +0000 (22:32 +0000)
commit7feca4e11e33661076385cdf18f00ea90b1604c1
tree6abf2fe89d47c2fa81def23a3658c785ad38950f
parent46bd4fd9f0f3e2f30ccff63dd1ba93a43ac3e19c
bitbake: fetch2: Add a class representing a generic URI

A class representing a generic URI, with methods for accessing the URI
components, and stringifies to the URI. This class should be a bit more
flexible than the existing {encode,decode}_url functions in that it
supports more components (e.g. port) and that it does not rely on a
specific order on the return values. This makes it easy to add new
properties without affecting the API.

(Bitbake rev: bd824da8a7eafe27310e410807319628378caeca)

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py