From patchwork Wed Dec 7 15:50:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: connman-gnome: Change git server until kernel.org is OK Date: Wed, 07 Dec 2011 15:50:01 -0000 From: ulf@emagii.com X-Patchwork-Id: 16389 Message-Id: <1323273001-9824-1-git-send-email-ulf@emagii.com> To: openembedded-core@lists.openembedded.org Cc: Ulf Samuelsson From: Ulf Samuelsson The normal git for connman-gnome at kernel.org is empty. A copy exists at http://autobuilder.yoctoproject.org/pub/sources/git2_git.kernel.org.pub.scm.network.connman.connman-gnome.git.tar.gz but will require a manual download before the build can complete. The above package has been downloaded and put on github to allow a smooth building process, if the tarball is not available. Signed-off-by: Ulf Samuelsson --- .../connman/connman-gnome_0.5.bb | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index 9c78186..20dd5ab 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb @@ -8,10 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ DEPENDS = "gtk+ dbus" -PR = "r7" +PR = "r8" SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" -SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git \ +#SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git \ + +# kernel.org repo is down (empty) +# Use a git tree created from +# http://autobuilder.yoctoproject.org/pub/sources/git2_git.kernel.org.pub.scm.network.connman.connman-gnome.git.tar.gz +SRC_URI = "git://github.com/emagii/connman-gnome.git;protocol=git \ file://3g.patch \ file://security-type.patch"