On 3 April 2013 19:52, Saridakis, Dean (US SSA) <[email protected]> wrote: > from > "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG}" > > to > "http://git.pengutronix.de/git/tools/canutils.git;protocol=http;tag=${TAG}”
Don't change the leading git: to http:, as then you're not using the git fetcher anymore. You just need to change proto=git to proto=http. Ross _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
