summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch b/meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch
index e90b6a546f..b1e93dbe19 100644
--- a/meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch
+++ b/meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch
@@ -1,4 +1,4 @@
1From 61e741654cc2eb167bca212a3bb2ba8f3ba280c1 Mon Sep 17 00:00:00 2001 1From fb583a57f9f4ab956a09e9bb96d89aa13553bf21 Mon Sep 17 00:00:00 2001
2From: Mingli Yu <Mingli.Yu@windriver.com> 2From: Mingli Yu <Mingli.Yu@windriver.com>
3Date: Fri, 24 Aug 2018 12:04:03 +0800 3Date: Fri, 24 Aug 2018 12:04:03 +0800
4Subject: [PATCH] test-gatt: Fix hung issue 4Subject: [PATCH] test-gatt: Fix hung issue
@@ -21,15 +21,16 @@ no action.
21Upstream-Status: Submitted [https://marc.info/?l=linux-bluetooth&m=153508881804635&w=2] 21Upstream-Status: Submitted [https://marc.info/?l=linux-bluetooth&m=153508881804635&w=2]
22 22
23Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> 23Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
24
24--- 25---
25 unit/test-gatt.c | 2 +- 26 unit/test-gatt.c | 2 +-
26 1 file changed, 1 insertion(+), 1 deletion(-) 27 1 file changed, 1 insertion(+), 1 deletion(-)
27 28
28diff --git a/unit/test-gatt.c b/unit/test-gatt.c 29diff --git a/unit/test-gatt.c b/unit/test-gatt.c
29index c7e28f8..b57373b 100644 30index 5e06d4e..4864d36 100644
30--- a/unit/test-gatt.c 31--- a/unit/test-gatt.c
31+++ b/unit/test-gatt.c 32+++ b/unit/test-gatt.c
32@@ -4463,7 +4463,7 @@ int main(int argc, char *argv[]) 33@@ -4546,7 +4546,7 @@ int main(int argc, char *argv[])
33 test_server, service_db_1, NULL, 34 test_server, service_db_1, NULL,
34 raw_pdu(0x03, 0x00, 0x02), 35 raw_pdu(0x03, 0x00, 0x02),
35 raw_pdu(0xbf, 0x00), 36 raw_pdu(0xbf, 0x00),
@@ -38,6 +39,3 @@ index c7e28f8..b57373b 100644
38 39
39 define_test_server("/robustness/unkown-command", 40 define_test_server("/robustness/unkown-command",
40 test_server, service_db_1, NULL, 41 test_server, service_db_1, NULL,
41--
422.7.4
43