mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ export USE_X11
|
||||
KIVY_GRAPHICS = "gles"
|
||||
export KIVY_GRAPHICS
|
||||
|
||||
KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}"
|
||||
KIVY_CROSS_SYSROOT = "${RECIPE_SYSROOT}"
|
||||
export KIVY_CROSS_SYSROOT
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data"
|
||||
|
||||
Reference in New Issue
Block a user