diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-06-14 13:59:06 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-02 11:37:01 -0400 |
commit | e200d70d09fa0c7d8e48efe6350b32ead499bfe5 (patch) | |
tree | 9d9723ac94d646781def7fb5e1fdc0245153c3d1 /meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | |
parent | 0205d371e0d3181fd73cf78951dfc3d34436b6aa (diff) | |
download | meta-openembedded-e200d70d09fa0c7d8e48efe6350b32ead499bfe5.tar.gz |
python3-pybluez: fix a runtime issue with python 3.10
Add an upstream patch that's not part of any release yet that addresses
an issue with python 3.10 (related to a missing macro).
Link: https://github.com/pybluez/pybluez/issues/426
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybluez_0.23.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb index b32f3a362..6a1df273a 100644 --- a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb +++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | |||
@@ -7,6 +7,7 @@ DEPENDS = "bluez5" | |||
7 | LICENSE = "GPL-2.0-only" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" |
9 | 9 | ||
10 | SRC_URI += "file://0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch" | ||
10 | SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d" | 11 | SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d" |
11 | SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" | 12 | SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" |
12 | 13 | ||