From bf17b7294f405afc24cc2a18731cc73050d760b5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 18 May 2025 10:14:57 -0700 Subject: python3-kivy: Fix build with cython 3.1 Backport needed patch from upstream top of tree branch Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb') 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 # Also, if using SDL2 as backend, SDL2 needs to be configured with gles SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \ file://0001-add-support-for-glesv2.patch \ + file://0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch \ " SRCREV = "20d74dcd30f143abbd1aa94c76bafc5bd934d5bd" -- cgit v1.2.3-54-g00ecf