diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-05-18 10:14:57 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-19 08:37:19 -0700 |
| commit | bf17b7294f405afc24cc2a18731cc73050d760b5 (patch) | |
| tree | 8cc277dbf0eb0e1a9ef9201b8dd9b2c6ab8dc501 /meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb | |
| parent | d5bec49b73a656bc24a5f7176bbdb983b5eef91b (diff) | |
| download | meta-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.bb | 1 |
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 |
| 13 | SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \ | 13 | SRC_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 | ||
| 17 | SRCREV = "20d74dcd30f143abbd1aa94c76bafc5bd934d5bd" | 18 | SRCREV = "20d74dcd30f143abbd1aa94c76bafc5bd934d5bd" |
