diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-01-23 16:47:31 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-24 15:46:19 +0000 |
commit | 759ad904cc32cc89b84a7f0a04ce62287682b3a2 (patch) | |
tree | d8f10ed4296cd8ecd4abe97800ca37ea131b41f7 /meta | |
parent | 38027f9e8cba299e35035d720a05619258023af7 (diff) | |
download | poky-759ad904cc32cc89b84a7f0a04ce62287682b3a2.tar.gz |
bluez5: upgrade 5.71 -> 5.72
(From OE-Core rev: 42337d49cdd4f4598236f996a5db8517fd9e8ca8)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch | 6 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch | 4 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/0004-src-shared-util.c-include-linux-limits.h.patch | 4 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.72.bb (renamed from meta/recipes-connectivity/bluez5/bluez5_5.71.bb) | 2 |
4 files changed, 8 insertions, 8 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 3546c7c305..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 @@ | |||
1 | From e8808a2f5e17d375411c7409eaffb17e72f65022 Mon Sep 17 00:00:00 2001 | 1 | From fb583a57f9f4ab956a09e9bb96d89aa13553bf21 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 |
@@ -27,10 +27,10 @@ Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> | |||
27 | 1 file changed, 1 insertion(+), 1 deletion(-) | 27 | 1 file changed, 1 insertion(+), 1 deletion(-) |
28 | 28 | ||
29 | 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 |
30 | index f92d860..a5f7117 100644 | 30 | index 5e06d4e..4864d36 100644 |
31 | --- a/unit/test-gatt.c | 31 | --- a/unit/test-gatt.c |
32 | +++ b/unit/test-gatt.c | 32 | +++ b/unit/test-gatt.c |
33 | @@ -4479,7 +4479,7 @@ int main(int argc, char *argv[]) | 33 | @@ -4546,7 +4546,7 @@ int main(int argc, char *argv[]) |
34 | test_server, service_db_1, NULL, | 34 | test_server, service_db_1, NULL, |
35 | raw_pdu(0x03, 0x00, 0x02), | 35 | raw_pdu(0x03, 0x00, 0x02), |
36 | raw_pdu(0xbf, 0x00), | 36 | raw_pdu(0xbf, 0x00), |
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 be05093551..881494a354 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,4 +1,4 @@ | |||
1 | From 3724958858b0ee430f37fb83388c3737d2039a3a Mon Sep 17 00:00:00 2001 | 1 | From 738e73b386352fd90f1f26cc1ee75427cf4dc23b 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 |
@@ -11,7 +11,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
11 | 1 file changed, 3 insertions(+) | 11 | 1 file changed, 3 insertions(+) |
12 | 12 | ||
13 | diff --git a/Makefile.am b/Makefile.am | 13 | diff --git a/Makefile.am b/Makefile.am |
14 | index e7221bd..9595fd1 100644 | 14 | index e738eb3..dab17dd 100644 |
15 | --- a/Makefile.am | 15 | --- a/Makefile.am |
16 | +++ b/Makefile.am | 16 | +++ b/Makefile.am |
17 | @@ -710,6 +710,9 @@ endif | 17 | @@ -710,6 +710,9 @@ endif |
diff --git a/meta/recipes-connectivity/bluez5/bluez5/0004-src-shared-util.c-include-linux-limits.h.patch b/meta/recipes-connectivity/bluez5/bluez5/0004-src-shared-util.c-include-linux-limits.h.patch index 6ef135327d..516d859069 100644 --- a/meta/recipes-connectivity/bluez5/bluez5/0004-src-shared-util.c-include-linux-limits.h.patch +++ b/meta/recipes-connectivity/bluez5/bluez5/0004-src-shared-util.c-include-linux-limits.h.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ad069fadfcce2cf70f45b1c4a42665448675297e Mon Sep 17 00:00:00 2001 | 1 | From b53df61b41088b68c127ac76cc71683ac3453b9d Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
3 | Date: Mon, 12 Dec 2022 13:10:19 +0100 | 3 | Date: Mon, 12 Dec 2022 13:10:19 +0100 |
4 | Subject: [PATCH] src/shared/util.c: include linux/limits.h | 4 | Subject: [PATCH] src/shared/util.c: include linux/limits.h |
@@ -14,7 +14,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
14 | 1 file changed, 1 insertion(+) | 14 | 1 file changed, 1 insertion(+) |
15 | 15 | ||
16 | diff --git a/src/shared/util.c b/src/shared/util.c | 16 | diff --git a/src/shared/util.c b/src/shared/util.c |
17 | index 34491f4..412f3ad 100644 | 17 | index c0c2c4a..036dc0d 100644 |
18 | --- a/src/shared/util.c | 18 | --- a/src/shared/util.c |
19 | +++ b/src/shared/util.c | 19 | +++ b/src/shared/util.c |
20 | @@ -23,6 +23,7 @@ | 20 | @@ -23,6 +23,7 @@ |
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.71.bb b/meta/recipes-connectivity/bluez5/bluez5_5.72.bb index b9bc3dd1b6..9fda960ea7 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.71.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.72.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require bluez5.inc | 1 | require bluez5.inc |
2 | 2 | ||
3 | SRC_URI[sha256sum] = "b828d418c93ced1f55b616fb5482cf01537440bfb34fbda1a564f3ece94735d8" | 3 | SRC_URI[sha256sum] = "499d7fa345a996c1bb650f5c6749e1d929111fa6ece0be0e98687fee6124536e" |
4 | 4 | ||
5 | CVE_STATUS[CVE-2020-24490] = "cpe-incorrect: This issue has kernel fixes rather than bluez fixes" | 5 | CVE_STATUS[CVE-2020-24490] = "cpe-incorrect: This issue has kernel fixes rather than bluez fixes" |
6 | 6 | ||