diff options
author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-07-14 13:26:34 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 00:25:30 -0700 |
commit | 86d80eeb399d82ff9e8f90214dfe1b6ac5fb17ec (patch) | |
tree | cac7069815604d7d5ccff48ff8faddcda88db918 /meta-oe/recipes-connectivity/gattlib/files/0001-Add-missing-include.patch | |
parent | ee1fb7e5c3df834077afe1785a555725dc063d04 (diff) | |
download | meta-openembedded-86d80eeb399d82ff9e8f90214dfe1b6ac5fb17ec.tar.gz |
gattlib: upgrade 0.2.0 -> 0.7.2
New version includes support to build against CMake 4+.
Release notes are available at [0].
[0]: https://github.com/labapart/gattlib/releases
License-Update: Copyright year changed
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gattlib/files/0001-Add-missing-include.patch')
-rw-r--r-- | meta-oe/recipes-connectivity/gattlib/files/0001-Add-missing-include.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gattlib/files/0001-Add-missing-include.patch b/meta-oe/recipes-connectivity/gattlib/files/0001-Add-missing-include.patch new file mode 100644 index 0000000000..15fbb61ed3 --- /dev/null +++ b/meta-oe/recipes-connectivity/gattlib/files/0001-Add-missing-include.patch | |||
@@ -0,0 +1,24 @@ | |||
1 | From a074af0d6a21665d3dfbd785ffd788146afeacef Mon Sep 17 00:00:00 2001 | ||
2 | From: Davide Cavalca <dcavalca@fedoraproject.org> | ||
3 | Date: Thu, 25 Apr 2024 21:39:23 -0700 | ||
4 | Subject: [PATCH] Add missing include | ||
5 | |||
6 | Upstream-Status: Backport [a074af0d6a21665d3dfbd785ffd788146afeacef] | ||
7 | Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> | ||
8 | --- | ||
9 | common/gattlib_common_adapter.c | 2 ++ | ||
10 | 1 file changed, 2 insertions(+) | ||
11 | |||
12 | diff --git a/common/gattlib_common_adapter.c b/common/gattlib_common_adapter.c | ||
13 | index d56ed5b..d4274c8 100644 | ||
14 | --- a/common/gattlib_common_adapter.c | ||
15 | +++ b/common/gattlib_common_adapter.c | ||
16 | @@ -4,6 +4,8 @@ | ||
17 | * Copyright (c) 2021-2024, Olivier Martin <olivier@labapart.org> | ||
18 | */ | ||
19 | |||
20 | +#include <ctype.h> | ||
21 | + | ||
22 | #include "gattlib_internal.h" | ||
23 | |||
24 | // Keep track of the allocated adapters to avoid an adapter to be freed twice. | ||