[OE-core] [PATCH] connman-gnome: Change git server until kernel.org is OK

ulf at emagii.com ulf at emagii.com
Wed Dec 7 15:50:01 UTC 2011


From: Ulf Samuelsson <ulf at emagii.com>

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 <ulf at emagii.com>
---
 .../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"
 
-- 
1.7.4.1





More information about the Openembedded-core mailing list