diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-09-20 14:21:25 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 20:37:50 +0200 |
commit | 3fa03adfe19f7fc926671a6353f70e86661366d1 (patch) | |
tree | 45bf3e2bfc36bb0960ea388403c8cad641e2dbad /packages/libgdbus/libgdbus_git.bb | |
parent | c438f9d0b31342d8b7a86fa4a0a439a24bd35591 (diff) |
[libgdbus] Use the right git server, use the right protocol
- moblin.org => git.moblin.org
- really use http as protocol
Diffstat (limited to 'packages/libgdbus/libgdbus_git.bb')
-rw-r--r-- | packages/libgdbus/libgdbus_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libgdbus/libgdbus_git.bb b/packages/libgdbus/libgdbus_git.bb index ce54e0325a..c5d743abec 100644 --- a/packages/libgdbus/libgdbus_git.bb +++ b/packages/libgdbus/libgdbus_git.bb @@ -6,7 +6,7 @@ PE = "1" PV = "0.0+gitr${SRCREV}" S = "${WORKDIR}/git" -SRC_URI = "git://moblin.org/repos/projects/libgdbus.git;proto=http" +SRC_URI = "git://git.moblin.org/repos/projects/libgdbus.git;protocol=http" inherit autotools pkgconfig |