summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-02-27 11:23:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 14:01:12 +0000
commit172d1500aba6888e0be733bff80a38f12377e21c (patch)
treef24e0cab437018b01a4bf543a4e3f3f38446e952 /meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
parent4259e6eb647464e5587066ad44a90facd4582aa2 (diff)
downloadpoky-172d1500aba6888e0be733bff80a38f12377e21c.tar.gz
dbus: proper error handler should be given after send_negotiate_unix_fd failed
Once send_negotiate_unix_fd failed, this failure will happen, since auth->guid_from_server has been set to some value before send_negotiate_unix_fd. send_negotiate_unix_fd failure will lead to this auth be handled by process_ok again, but this auth->guid_from_server is not zero. (From OE-Core rev: 6e844594e7dd901eb4742730ab010030c04e1c55) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-ptest_1.6.18.bb')
-rw-r--r--meta/recipes-core/dbus/dbus-ptest_1.6.18.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
index 30e8223482..bc260defe0 100644
--- a/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
+++ b/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
@@ -16,6 +16,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
16 file://dbus-1.init \ 16 file://dbus-1.init \
17 file://run-ptest \ 17 file://run-ptest \
18 file://python-config.patch \ 18 file://python-config.patch \
19 file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
19 " 20 "
20 21
21SRC_URI[md5sum] = "b02e9c95027a416987b81f9893831061" 22SRC_URI[md5sum] = "b02e9c95027a416987b81f9893831061"