]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgdbus: Fix SRC_URI
authorRichard Purdie <richard@ted.(none)>
Wed, 20 May 2009 11:39:40 +0000 (12:39 +0100)
committerRichard Purdie <richard@ted.(none)>
Wed, 20 May 2009 11:39:40 +0000 (12:39 +0100)
Signed-off-by: Richard Purdie <richard@ted.(none)>
meta/packages/libgdbus/libgdbus_git.bb

index d29afa546c86b4d63f81b6ccbb1cb304178a2629..bba28dd327b235987a56f2d62366fcb8429276be 100644 (file)
@@ -5,6 +5,6 @@ DEPENDS  = "glib-2.0 dbus"
 PV       = "0.0+git${SRCREV}"
 S        = "${WORKDIR}/git"
 
-SRC_URI  = "git://moblin.org/repos/projects/libgdbus.git;protocol=http"
+SRC_URI  = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git"
 
 inherit autotools_stage pkgconfig