diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-04-15 03:01:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-15 10:28:38 +0100 |
commit | d979ee01b51c5e53cd38228659ff67c780f7efe4 (patch) | |
tree | 29cd8d1f9a2e36ae3ead9b786188f1ea58797a1a /meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |
parent | 9ff001cba1196b91be16ff9290919de820a2d44c (diff) | |
download | poky-d979ee01b51c5e53cd38228659ff67c780f7efe4.tar.gz |
connman-gnome: connman 0.79 API fixes
Fix connman-gnome to work with connman 0.79, which made a number of
fairly serious DBus API changes. Also switch over to the newly
repopulated git repo on kernel.org in which the two previous patches
have been merged.
Fixes [YOCTO #2202].
(From OE-Core rev: 82744f56f8bfbdcc303034dee3d6e188cf8180b1)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index 3fde66d58b..93aac2182a 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |||
@@ -8,12 +8,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
8 | 8 | ||
9 | DEPENDS = "gtk+ dbus" | 9 | DEPENDS = "gtk+ dbus" |
10 | 10 | ||
11 | PR = "r8" | 11 | PR = "r9" |
12 | 12 | ||
13 | SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" | 13 | SRCREV = "42c652d123ea133d0a0930b96e8e39dbd0c597b5" |
14 | SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git \ | 14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \ |
15 | file://3g.patch \ | 15 | file://0001-Monitor-the-Manager-s-State-property.patch \ |
16 | file://security-type.patch" | 16 | file://0002-Update-for-ConnMan-0.79-API-changes.patch \ |
17 | file://0003-Fix-setting-IPv4-configuration.patch \ | ||
18 | file://0004-Handle-WiFi-authentication-using-an-agent.patch \ | ||
19 | file://0005-Remove-all-handling-of-Passphrase-property.patch \ | ||
20 | file://0006-Fix-status-descriptions-in-properties-tree.patch" | ||
17 | 21 | ||
18 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
19 | 23 | ||