poky/scripts/lib/recipetool
Paul Eggleton 470f20bc02 recipetool: create: handle https://....git URLs
When you grab a URL for a github repository you'll almost certainly find
it in https://github.com/path/to/repository.git format; but bitbake's
fetcher can't handle that because it'll see https:// at the start and
assume it should use wget to fetch it. If the URL starts with http:// or
https:// and the path part ends with .git then assume it's a git
repository and adjust it accordingly.

(From OE-Core rev: bdbc4cf41d30eddb8a9ed882dedcc1670ce8fdd6)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-28 09:25:12 +00:00
..
__init__.py scripts/recipetool: Add a recipe auto-creation script 2014-12-23 10:18:15 +00:00
append.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00
create_buildsys_python.py devtool: make plugin_init optional 2015-09-12 22:48:30 +01:00
create_buildsys.py devtool: make plugin_init optional 2015-09-12 22:48:30 +01:00
create.py recipetool: create: handle https://....git URLs 2015-12-28 09:25:12 +00:00
newappend.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00
setvar.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00