Hi experts.

One git address's prefix is "http" --->
http://git.opensvc.com/multipath-tools/.git,

it means

git clone  http://git.opensvc.com/multipath-tools/.git  ---------> works
git clone git://git.opensvc.com/multipath-tools/.git ---------> doesn't work

I tried SRC_URI with below, both failed

SRC_URI = "http://git.opensvc.com/multipath-tools/.git;protocol=git";
it tells
fatal: reference is not a tree: c23c0d33ed98a1dcee40115018b73cb3d4cda8d7


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

any help?


Lei

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to