mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +00:00
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>
This commit is contained in:
@@ -39,6 +39,9 @@ export KIVY_GRAPHICS
|
|||||||
KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}"
|
KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}"
|
||||||
export KIVY_CROSS_SYSROOT
|
export KIVY_CROSS_SYSROOT
|
||||||
|
|
||||||
|
KIVY_NO_ARGS = "1"
|
||||||
|
export KIVY_NO_ARGS
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data"
|
||||||
|
|
||||||
ANY_OF_DISTRO_FEATURES = "x11 wayland"
|
ANY_OF_DISTRO_FEATURES = "x11 wayland"
|
||||||
|
|||||||
Reference in New Issue
Block a user