diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-04-16 22:37:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-16 22:53:00 +0100 |
commit | a5afc58319d3c7e082a090f5fad7f89bd6e588c9 (patch) | |
tree | 3d4b295eb420a7cd5b0bcad0e8d2049b784ef4b8 /meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |
parent | b6cbf1e48c6ba3a0353f4ee71c43292587210ca5 (diff) | |
download | poky-a5afc58319d3c7e082a090f5fad7f89bd6e588c9.tar.gz |
connman-gnome: fix segfault on connect
Fixes a segfault in the properties application when connecting to a WiFi
service succeeds.
(From OE-Core rev: 767ec69e6ca633e5bde604241a598147075b1ac0)
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 | 5 |
1 files changed, 3 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 93aac2182a..e2e8deba5d 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
8 | 8 | ||
9 | DEPENDS = "gtk+ dbus" | 9 | DEPENDS = "gtk+ dbus" |
10 | 10 | ||
11 | PR = "r9" | 11 | PR = "r10" |
12 | 12 | ||
13 | SRCREV = "42c652d123ea133d0a0930b96e8e39dbd0c597b5" | 13 | SRCREV = "42c652d123ea133d0a0930b96e8e39dbd0c597b5" |
14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \ | 14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \ |
@@ -17,7 +17,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \ | |||
17 | file://0003-Fix-setting-IPv4-configuration.patch \ | 17 | file://0003-Fix-setting-IPv4-configuration.patch \ |
18 | file://0004-Handle-WiFi-authentication-using-an-agent.patch \ | 18 | file://0004-Handle-WiFi-authentication-using-an-agent.patch \ |
19 | file://0005-Remove-all-handling-of-Passphrase-property.patch \ | 19 | file://0005-Remove-all-handling-of-Passphrase-property.patch \ |
20 | file://0006-Fix-status-descriptions-in-properties-tree.patch" | 20 | file://0006-Fix-status-descriptions-in-properties-tree.patch \ |
21 | file://0007-connman-gnome-fix-segfault-due-to-unchecked-null-val.patch" | ||
21 | 22 | ||
22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
23 | 24 | ||