diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-01 14:24:14 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-01 14:32:22 -0700 |
| commit | 825ee9e7aec0418d81f14bdc6bb6e22b92aed832 (patch) | |
| tree | 9c16c7223460b88f9b7345e40d4321cec37ecd92 | |
| parent | 2e4fd45157024331bbcac88fa786cff5d104e46c (diff) | |
| download | meta-openembedded-825ee9e7aec0418d81f14bdc6bb6e22b92aed832.tar.gz | |
python3-kivy: Set KIVY_NO_ARGS=1
This fails to compile with latest setuptools3
[ERROR ] [Core ] option --verbose not recognized
Kivy Usage: setup.py [KIVY OPTION...] [-- PROGRAM OPTIONS]::
Options placed after a '-- ' separator, will not be touched by kivy,
and instead passed to your program.
Set KIVY_NO_ARGS=1 in your environment or before you import Kivy to
disable Kivy's argument parser.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb | 3 |
1 files changed, 3 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 4cdc773ba6..a2602a9a81 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 | |||
| @@ -39,6 +39,9 @@ export KIVY_GRAPHICS | |||
| 39 | KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}" | 39 | KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}" |
| 40 | export KIVY_CROSS_SYSROOT | 40 | export KIVY_CROSS_SYSROOT |
| 41 | 41 | ||
| 42 | KIVY_NO_ARGS = "1" | ||
| 43 | export KIVY_NO_ARGS | ||
| 44 | |||
| 42 | REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" | 45 | REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" |
| 43 | 46 | ||
| 44 | ANY_OF_DISTRO_FEATURES = "x11 wayland" | 47 | ANY_OF_DISTRO_FEATURES = "x11 wayland" |
