diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-09-20 14:18:40 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 20:37:49 +0200 |
commit | dd3582d219647989a7d1e658d0ed526e7ebdc7fe (patch) | |
tree | ec754d68310c0af3899de5d0f97b322c29e0d142 | |
parent | ffdec57267253cfbfb52bb86a07562c4b68672ba (diff) |
[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
-rw-r--r-- | 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 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 " |