mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
bluez5: refresh patches with devtool
(From OE-Core rev: 665c5f217370cf28f18e818b81af07494b7acb2d) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e7dd0666bd
commit
bc35fe5771
@@ -1,4 +1,4 @@
|
|||||||
From 61e741654cc2eb167bca212a3bb2ba8f3ba280c1 Mon Sep 17 00:00:00 2001
|
From 7dcc5f46a31ac4eaa67c0ab3aaae38005db7458f Mon Sep 17 00:00:00 2001
|
||||||
From: Mingli Yu <Mingli.Yu@windriver.com>
|
From: Mingli Yu <Mingli.Yu@windriver.com>
|
||||||
Date: Fri, 24 Aug 2018 12:04:03 +0800
|
Date: Fri, 24 Aug 2018 12:04:03 +0800
|
||||||
Subject: [PATCH] test-gatt: Fix hung issue
|
Subject: [PATCH] test-gatt: Fix hung issue
|
||||||
@@ -21,15 +21,16 @@ no action.
|
|||||||
Upstream-Status: Submitted [https://marc.info/?l=linux-bluetooth&m=153508881804635&w=2]
|
Upstream-Status: Submitted [https://marc.info/?l=linux-bluetooth&m=153508881804635&w=2]
|
||||||
|
|
||||||
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
|
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
unit/test-gatt.c | 2 +-
|
unit/test-gatt.c | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
|
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
|
||||||
index c7e28f8..b57373b 100644
|
index f92d860..a5f7117 100644
|
||||||
--- a/unit/test-gatt.c
|
--- a/unit/test-gatt.c
|
||||||
+++ b/unit/test-gatt.c
|
+++ b/unit/test-gatt.c
|
||||||
@@ -4463,7 +4463,7 @@ int main(int argc, char *argv[])
|
@@ -4479,7 +4479,7 @@ int main(int argc, char *argv[])
|
||||||
test_server, service_db_1, NULL,
|
test_server, service_db_1, NULL,
|
||||||
raw_pdu(0x03, 0x00, 0x02),
|
raw_pdu(0x03, 0x00, 0x02),
|
||||||
raw_pdu(0xbf, 0x00),
|
raw_pdu(0xbf, 0x00),
|
||||||
@@ -38,6 +39,3 @@ index c7e28f8..b57373b 100644
|
|||||||
|
|
||||||
define_test_server("/robustness/unkown-command",
|
define_test_server("/robustness/unkown-command",
|
||||||
test_server, service_db_1, NULL,
|
test_server, service_db_1, NULL,
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
|
|||||||
+4
-6
@@ -1,19 +1,20 @@
|
|||||||
From 4bdf0f96dcaa945fd29f26d56e5b36d8c23e4c8b Mon Sep 17 00:00:00 2001
|
From a657fddd13a2e756b0af315301f1c44081e2f668 Mon Sep 17 00:00:00 2001
|
||||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
Date: Fri, 1 Apr 2016 17:07:34 +0300
|
Date: Fri, 1 Apr 2016 17:07:34 +0300
|
||||||
Subject: [PATCH] tests: add a target for building tests without running them
|
Subject: [PATCH] tests: add a target for building tests without running them
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [oe specific]
|
Upstream-Status: Inappropriate [oe specific]
|
||||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
Makefile.am | 3 +++
|
Makefile.am | 3 +++
|
||||||
1 file changed, 3 insertions(+)
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
index 1a48a71..ba3b92f 100644
|
index 7041f8e..25966cd 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -425,6 +425,9 @@ endif
|
@@ -594,6 +594,9 @@ endif
|
||||||
TESTS = $(unit_tests)
|
TESTS = $(unit_tests)
|
||||||
AM_TESTS_ENVIRONMENT = MALLOC_CHECK_=3 MALLOC_PERTURB_=69
|
AM_TESTS_ENVIRONMENT = MALLOC_CHECK_=3 MALLOC_PERTURB_=69
|
||||||
|
|
||||||
@@ -23,6 +24,3 @@ index 1a48a71..ba3b92f 100644
|
|||||||
if DBUS_RUN_SESSION
|
if DBUS_RUN_SESSION
|
||||||
AM_TESTS_ENVIRONMENT += dbus-run-session --
|
AM_TESTS_ENVIRONMENT += dbus-run-session --
|
||||||
endif
|
endif
|
||||||
--
|
|
||||||
2.8.0.rc3
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user