diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-02-20 12:45:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 13:31:45 +0000 |
| commit | bc35fe5771ea03d9a6ccdb0ad7f67653c0d428bb (patch) | |
| tree | a5f86a5eebf127dad97413527713758e19dee544 /meta/recipes-connectivity/bluez5 | |
| parent | e7dd0666bd464756cf72fb1bedf70482b95ec819 (diff) | |
| download | poky-bc35fe5771ea03d9a6ccdb0ad7f67653c0d428bb.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-connectivity/bluez5')
2 files changed, 8 insertions, 12 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..06ebf1cde6 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 @@ | |||
| 1 | From 61e741654cc2eb167bca212a3bb2ba8f3ba280c1 Mon Sep 17 00:00:00 2001 | 1 | From 7dcc5f46a31ac4eaa67c0ab3aaae38005db7458f Mon Sep 17 00:00:00 2001 |
| 2 | From: Mingli Yu <Mingli.Yu@windriver.com> | 2 | From: Mingli Yu <Mingli.Yu@windriver.com> |
| 3 | Date: Fri, 24 Aug 2018 12:04:03 +0800 | 3 | Date: Fri, 24 Aug 2018 12:04:03 +0800 |
| 4 | Subject: [PATCH] test-gatt: Fix hung issue | 4 | Subject: [PATCH] test-gatt: Fix hung issue |
| @@ -21,15 +21,16 @@ no action. | |||
| 21 | Upstream-Status: Submitted [https://marc.info/?l=linux-bluetooth&m=153508881804635&w=2] | 21 | Upstream-Status: Submitted [https://marc.info/?l=linux-bluetooth&m=153508881804635&w=2] |
| 22 | 22 | ||
| 23 | Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> | 23 | Signed-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 | ||
| 28 | diff --git a/unit/test-gatt.c b/unit/test-gatt.c | 29 | diff --git a/unit/test-gatt.c b/unit/test-gatt.c |
| 29 | index c7e28f8..b57373b 100644 | 30 | index f92d860..a5f7117 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 | @@ -4479,7 +4479,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 | -- | ||
| 42 | 2.7.4 | ||
| 43 | |||
diff --git a/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch b/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch index 24ddae6b63..7c47cc1a1e 100644 --- a/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch +++ b/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch | |||
| @@ -1,19 +1,20 @@ | |||
| 1 | From 4bdf0f96dcaa945fd29f26d56e5b36d8c23e4c8b Mon Sep 17 00:00:00 2001 | 1 | From a657fddd13a2e756b0af315301f1c44081e2f668 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Fri, 1 Apr 2016 17:07:34 +0300 | 3 | Date: Fri, 1 Apr 2016 17:07:34 +0300 |
| 4 | Subject: [PATCH] tests: add a target for building tests without running them | 4 | Subject: [PATCH] tests: add a target for building tests without running them |
| 5 | 5 | ||
| 6 | Upstream-Status: Inappropriate [oe specific] | 6 | Upstream-Status: Inappropriate [oe specific] |
| 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 8 | |||
| 8 | --- | 9 | --- |
| 9 | Makefile.am | 3 +++ | 10 | Makefile.am | 3 +++ |
| 10 | 1 file changed, 3 insertions(+) | 11 | 1 file changed, 3 insertions(+) |
| 11 | 12 | ||
| 12 | diff --git a/Makefile.am b/Makefile.am | 13 | diff --git a/Makefile.am b/Makefile.am |
| 13 | index 1a48a71..ba3b92f 100644 | 14 | index 7041f8e..25966cd 100644 |
| 14 | --- a/Makefile.am | 15 | --- a/Makefile.am |
| 15 | +++ b/Makefile.am | 16 | +++ b/Makefile.am |
| 16 | @@ -425,6 +425,9 @@ endif | 17 | @@ -594,6 +594,9 @@ endif |
| 17 | TESTS = $(unit_tests) | 18 | TESTS = $(unit_tests) |
| 18 | AM_TESTS_ENVIRONMENT = MALLOC_CHECK_=3 MALLOC_PERTURB_=69 | 19 | AM_TESTS_ENVIRONMENT = MALLOC_CHECK_=3 MALLOC_PERTURB_=69 |
| 19 | 20 | ||
| @@ -23,6 +24,3 @@ index 1a48a71..ba3b92f 100644 | |||
| 23 | if DBUS_RUN_SESSION | 24 | if DBUS_RUN_SESSION |
| 24 | AM_TESTS_ENVIRONMENT += dbus-run-session -- | 25 | AM_TESTS_ENVIRONMENT += dbus-run-session -- |
| 25 | endif | 26 | endif |
| 26 | -- | ||
| 27 | 2.8.0.rc3 | ||
| 28 | |||
