summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-05-18 10:14:57 -0700
committerKhem Raj <raj.khem@gmail.com>2025-05-19 08:37:19 -0700
commitbf17b7294f405afc24cc2a18731cc73050d760b5 (patch)
tree8cc277dbf0eb0e1a9ef9201b8dd9b2c6ab8dc501 /meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb
parentd5bec49b73a656bc24a5f7176bbdb983b5eef91b (diff)
downloadmeta-openembedded-bf17b7294f405afc24cc2a18731cc73050d760b5.tar.gz
python3-kivy: Fix build with cython 3.1
Backport needed patch from upstream top of tree branch Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb
index dd60ea43d5..83dc97955c 100644
--- a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb
@@ -12,6 +12,7 @@ inherit setuptools3 pkgconfig features_check cython
12# Also, if using SDL2 as backend, SDL2 needs to be configured with gles 12# Also, if using SDL2 as backend, SDL2 needs to be configured with gles
13SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \ 13SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \
14 file://0001-add-support-for-glesv2.patch \ 14 file://0001-add-support-for-glesv2.patch \
15 file://0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch \
15 " 16 "
16 17
17SRCREV = "20d74dcd30f143abbd1aa94c76bafc5bd934d5bd" 18SRCREV = "20d74dcd30f143abbd1aa94c76bafc5bd934d5bd"