diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-22 17:33:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-22 16:55:48 +0000 |
commit | e07704e6d077eeb31b59c93de7743bda32fa3243 (patch) | |
tree | dc1e05a162ca43596d6b66a4dff2ba6b819fc77c | |
parent | a0d1309e196a04917f815bf2447d728b019d3902 (diff) | |
download | openembedded-core-e07704e6d077eeb31b59c93de7743bda32fa3243.tar.gz openembedded-core-e07704e6d077eeb31b59c93de7743bda32fa3243.tar.bz2 openembedded-core-e07704e6d077eeb31b59c93de7743bda32fa3243.zip |
connman-gnome: update SRC_URI to new repo
13:33 < koen> holtmann: any plans to repopulate the connman-gnome git repo on kernel.org?
17:25 < holtmann> koen: We moved that to https://github.com/connectivity/connman-gnome
17:26 < holtmann> Just have not gotten around to delete the other one.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 4 |
1 files changed, 2 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 9c78186211..3fde66d58b 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb @@ -8,10 +8,10 @@ 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://github.com/connectivity/connman-gnome.git;protocol=git \ file://3g.patch \ file://security-type.patch" |