diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-04 10:37:19 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-07 10:02:11 -0700 |
| commit | 383fb93e8bc8fea089d2f3c47e264e63bb103f9a (patch) | |
| tree | 1738c78907b932330b9a63ebe558f24c1ad89dff /meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb | |
| parent | 1d42de61facdb19eacc36af18d4c2014bbd0d4e4 (diff) | |
| download | meta-openembedded-383fb93e8bc8fea089d2f3c47e264e63bb103f9a.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb index 3f6bafda81..63c2ae7334 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb | |||
| @@ -39,7 +39,7 @@ export USE_X11 | |||
| 39 | KIVY_GRAPHICS = "gles" | 39 | KIVY_GRAPHICS = "gles" |
| 40 | export KIVY_GRAPHICS | 40 | export KIVY_GRAPHICS |
| 41 | 41 | ||
| 42 | KIVY_CROSS_SYSROOT="${WORKDIR}/recipe-sysroot" | 42 | KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}" |
| 43 | export KIVY_CROSS_SYSROOT | 43 | export KIVY_CROSS_SYSROOT |
| 44 | 44 | ||
| 45 | DEPENDS += " \ | 45 | DEPENDS += " \ |
