From: Richard Purdie Date: Wed, 20 May 2009 11:39:40 +0000 (+0100) Subject: libgdbus: Fix SRC_URI X-Git-Tag: 2011-1~7460 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c431f2b0a2ddc93ad4787088e4dad42e682b0ccf;p=openembedded-core.git libgdbus: Fix SRC_URI Signed-off-by: Richard Purdie --- diff --git a/meta/packages/libgdbus/libgdbus_git.bb b/meta/packages/libgdbus/libgdbus_git.bb index d29afa546c..bba28dd327 100644 --- a/meta/packages/libgdbus/libgdbus_git.bb +++ b/meta/packages/libgdbus/libgdbus_git.bb @@ -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