mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python3-kivy: Remove hardcoded include paths
Use RECIPE_SYSROOT instead of synthesizing the sysroot Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: William Huang <whuang8933@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -39,7 +39,7 @@ export USE_X11
|
||||
KIVY_GRAPHICS = "gles"
|
||||
export KIVY_GRAPHICS
|
||||
|
||||
KIVY_CROSS_SYSROOT="${WORKDIR}/recipe-sysroot"
|
||||
KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}"
|
||||
export KIVY_CROSS_SYSROOT
|
||||
|
||||
DEPENDS += " \
|
||||
|
||||
Reference in New Issue
Block a user