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:53 +0000 |
commit | 0db3aad52f65cdf6c88f2da7fbf42326c32e1ca7 (patch) | |
tree | 9d056d228d6912c3a850f6a699a41f89d7a9a779 /meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |
parent | 197fe3d32946b0e10fcf5a659ae448ce4393c97e (diff) | |
download | poky-0db3aad52f65cdf6c88f2da7fbf42326c32e1ca7.tar.gz |
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.
(From OE-Core rev: e07704e6d077eeb31b59c93de7743bda32fa3243)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-gnome_0.5.bb')
-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 \ | |||
8 | 8 | ||
9 | DEPENDS = "gtk+ dbus" | 9 | DEPENDS = "gtk+ dbus" |
10 | 10 | ||
11 | PR = "r7" | 11 | PR = "r8" |
12 | 12 | ||
13 | SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" | 13 | SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" |
14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git \ | 14 | SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git \ |
15 | file://3g.patch \ | 15 | file://3g.patch \ |
16 | file://security-type.patch" | 16 | file://security-type.patch" |
17 | 17 | ||