diff options
-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" | ||