[bitbake-devel] git address in SRC_URI, doesn't works for me

Chris Larson clarson at kergoth.com
Sun Jan 20 02:15:01 UTC 2013


On Sat, Jan 19, 2013 at 2:13 AM, lei yang <yanglei.fage at gmail.com> wrote:

> SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
> it doe noting,and trying to find COPING,but it doesn't clone it
>

This is the correct syntax. The URL scheme (git://) determines what bitbake
fetcher, and therefore what tool, is used to fetch. If you use http://,
it'll try to download it with wget, not git.
-- 
Christopher Larson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20130119/61fefdcc/attachment-0001.html>


More information about the bitbake-devel mailing list