diff options
author | Ross Burton <ross.burton@intel.com> | 2012-06-20 12:27:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:05 +0100 |
commit | 086a70567bfe329e6972dbbdd9036c51d4f48aa4 (patch) | |
tree | a6512a1e71633e5875ab43b80123939211588520 /meta/recipes-connectivity/connman | |
parent | 6afc23113fc30a30b30fc88313064659f911efe0 (diff) | |
download | poky-086a70567bfe329e6972dbbdd9036c51d4f48aa4.tar.gz |
connman-gnome: upgrade to 0.7, which works with connman 1.0
(From OE-Core rev: 8206c326fc8c797f734adbb181bf4e793e98b020)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 27 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 19 |
2 files changed, 19 insertions, 27 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb deleted file mode 100644 index 8a6878ca9f..0000000000 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | DESCRIPTION = "gtk frontend for connman" | ||
2 | HOMEPAGE = "http://connman.net/" | ||
3 | SECTION = "libs/network" | ||
4 | LICENSE = "GPLv2 & LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
6 | file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \ | ||
7 | file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a" | ||
8 | |||
9 | DEPENDS = "gtk+ dbus-glib" | ||
10 | |||
11 | PR = "r12" | ||
12 | |||
13 | SRCREV = "42c652d123ea133d0a0930b96e8e39dbd0c597b5" | ||
14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \ | ||
15 | file://0001-Monitor-the-Manager-s-State-property.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 \ | ||
21 | file://0007-connman-gnome-fix-segfault-due-to-unchecked-null-val.patch" | ||
22 | |||
23 | S = "${WORKDIR}/git" | ||
24 | |||
25 | inherit autotools gtk-icon-cache | ||
26 | |||
27 | RDEPENDS_${PN} = "connman" | ||
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb new file mode 100644 index 0000000000..6cceb2d80e --- /dev/null +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "gtk frontend for connman" | ||
2 | HOMEPAGE = "http://connman.net/" | ||
3 | SECTION = "libs/network" | ||
4 | LICENSE = "GPLv2 & LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
6 | file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \ | ||
7 | file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a" | ||
8 | |||
9 | DEPENDS = "gtk+ dbus-glib" | ||
10 | |||
11 | # 0.7 tag | ||
12 | SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143" | ||
13 | SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | inherit autotools gtk-icon-cache | ||
18 | |||
19 | RDEPENDS_${PN} = "connman" | ||