summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-10-05 11:39:49 +0200
committerKhem Raj <raj.khem@gmail.com>2022-10-05 08:24:50 -0700
commit7b2503f531820647419be004e6cc0b71335097d5 (patch)
treed65e84491f5aeeacd2752f90bc178860311395b9 /meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
parent8a4a47286ddcd4287b44d1815fcb199e483d88d2 (diff)
downloadmeta-openembedded-7b2503f531820647419be004e6cc0b71335097d5.tar.gz
python3-pybluez: add python 3.11 patch
Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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.bb3
1 files changed, 2 insertions, 1 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 6a1df273a2..219642849d 100644
--- a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
+++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
@@ -7,7 +7,8 @@ DEPENDS = "bluez5"
7LICENSE = "GPL-2.0-only" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" 8LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
9 9
10SRC_URI += "file://0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch" 10SRC_URI += "file://0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch \
11 file://py-3.11.patch "
11SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d" 12SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
12SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" 13SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
13 14