summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb
index 67ab9a0175..a72ee14f6c 100644
--- a/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5cd0f2cfda42852c332e3b88c85fea"
7inherit setuptools3 pkgconfig features_check 7inherit setuptools3 pkgconfig features_check
8PIP_INSTALL_PACKAGE = "Kivy" 8PIP_INSTALL_PACKAGE = "Kivy"
9 9
10# Kivy's setup files only look for GLES libraries for Android, iOS, RPi,
11# and mali-based OS's. We need to patch the setup file to tell Kivy setup
12# that our machine has GLES libaries installed as well
13# Also, if using SDL2 as backend, SDL2 needs to be configured with gles
10SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \ 14SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \
11 file://0001-add-support-for-glesv2.patch \ 15 file://0001-add-support-for-glesv2.patch \
12 " 16 "
13 17
14# Kivy's setup files only look for GLES libraries for Android, iOS, RPi,
15# and mali-based OS's. We need to patch the setup file to tell Kivy setup
16# that our machine has GLES libaries installed as well
17# Also, if using SDL2 as backend, SDL2 needs to be configured wth gles
18SRCREV = "344768bfefd2e8f5302cc9dfb8ca41991ce6f7e7" 18SRCREV = "344768bfefd2e8f5302cc9dfb8ca41991ce6f7e7"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"