diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-09-27 00:06:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:48 -0700 |
commit | fccbe95402c635c334f4ce64005fe26da6bdcb05 (patch) | |
tree | 5d564048d36a7bbe1b0f9e77d59ac70a15759930 /meta-python/recipes-devtools | |
parent | a403cb874b663b13ee3fb8096a8e6f7e616241be (diff) | |
download | meta-openembedded-fccbe95402c635c334f4ce64005fe26da6bdcb05.tar.gz |
python3-pybluez: Fix patch upstream-status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 91ef75cfea923f24a067aa87add49122c35af932)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch index 9126aba8d3..ba3edff0b4 100644 --- a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch +++ b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch | |||
@@ -19,8 +19,11 @@ From python 3.8 changes: | |||
19 | > values for detail. (Contributed by Inada Naoki in bpo-36381.) | 19 | > values for detail. (Contributed by Inada Naoki in bpo-36381.) |
20 | 20 | ||
21 | Fixes https://github.com/pybluez/pybluez/issues/426 | 21 | Fixes https://github.com/pybluez/pybluez/issues/426 |
22 | |||
23 | Upstream-Status: Accepted [https://github.com/pybluez/pybluez/pull/427] | ||
24 | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> | ||
25 | |||
22 | --- | 26 | --- |
23 | Upstream-Status: Accepted | ||
24 | 27 | ||
25 | bluez/btmodule.c | 23 ++++++++++++++--------- | 28 | bluez/btmodule.c | 23 ++++++++++++++--------- |
26 | msbt/_msbt.c | 6 ++++-- | 29 | msbt/_msbt.c | 6 ++++-- |