From: Denys Dmytriyenko <[email protected]>

Cloning oe-layersetup from tisdk-build-scripts is mostly for read-only
purposes, so it's safe to use http and is less stressfull on the server.

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 lib/oesdk/config-build-env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/oesdk/config-build-env b/lib/oesdk/config-build-env
index 5f12c69..2d1d74e 100644
--- a/lib/oesdk/config-build-env
+++ b/lib/oesdk/config-build-env
@@ -21,7 +21,7 @@ checkout_layer_scripts() {
 
     if [ ! -d $name ]
     then
-        git clone git://arago-project.org/git/projects/oe-layersetup.git $name
+        git clone http://arago-project.org/git/projects/oe-layersetup.git $name
     elif [ -d $name/.git ]
     then
         #This looks to be a git repo.  Hopefully it is the right one :)
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to