From: Holger Hans Peter Freyther Date: Sat, 20 Sep 2008 12:18:40 +0000 (+0200) Subject: [connman] Use the http protocol to be able to git-clone/git-fetch connman X-Git-Tag: Release-2010-05/1~5791 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd3582d219647989a7d1e658d0ed526e7ebdc7fe;p=openembedded.git [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 --- diff --git a/packages/connman/connman_git.bb b/packages/connman/connman_git.bb index 33db656425..5e2ab2ea68 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 "