[oe-commits] Holger Hans Peter Freyther : [connman] Use the http protocol to be able to git-clone/git-fetch connman

GIT User account git at amethyst.openembedded.net
Wed Oct 15 18:42:12 UTC 2008


Module: openembedded.dev.git
Branch: org.openembedded.dev
Commit: dd3582d219647989a7d1e658d0ed526e7ebdc7fe
URL:    http://gitweb.openembedded.net/?p=openembedded.dev.git&a=commit;h=dd3582d219647989a7d1e658d0ed526e7ebdc7fe

Author: Holger Hans Peter Freyther <zecke at openmoko.org>
Date:   Sat Sep 20 14:18:40 2008 +0200

[connman] Use the http protocol to be able to git-clone/git-fetch connman

rsync: link_stat "projects/connman.git/packed-refs" (in repos) failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at main.c(1385) [receiver=2.6.9]
fatal: Could not run rsync to get refs

---

 packages/connman/connman_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/connman/connman_git.bb b/packages/connman/connman_git.bb
index 33db656..5e2ab2e 100644
--- a/packages/connman/connman_git.bb
+++ b/packages/connman/connman_git.bb
@@ -12,7 +12,7 @@ EXTRA_OECONF += " \
     ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
     ac_cv_path_DHCLIENT=/sbin/dhclient "
 
-SRC_URI  = "git://git.moblin.org/repos/projects/connman.git;proto=http \
+SRC_URI  = "git://git.moblin.org/repos/projects/connman.git;protocol=http \
             file://use_nm_in_cross_compiling.patch;patch=1\
             file://connman "
 





More information about the Openembedded-commits mailing list