Files
poky/scripts
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
..
2013-10-29 10:41:39 +00:00
2015-12-18 12:18:18 +00:00
2014-02-02 11:23:45 +00:00
2013-05-14 14:57:27 +03:00
2014-03-07 14:58:45 +00:00
2015-12-08 10:20:47 +00:00

This directory contains Various useful scripts for working with OE builds