diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:30:48 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-11-06 11:05:56 -0700 |
commit | 72ae082b21c7df52bd33f5313596ed77edb4ae06 (patch) | |
tree | 382acd196787ecd1b1dce2e3d5057ea5e645d77d | |
parent | 1659d381992929749f47327bedc2f3a8ac4ded70 (diff) | |
download | meta-openembedded-72ae082b21c7df52bd33f5313596ed77edb4ae06.tar.gz |
python3-kivy: Use branch parameter in SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 671f9d7b2d06d3bfa4b3c7d34da9473b05bcf5f4)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 bd72beb5d0..7cb8cae9e0 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 | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a" | |||
7 | inherit setuptools3 pkgconfig features_check | 7 | inherit setuptools3 pkgconfig features_check |
8 | 8 | ||
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | git://github.com/kivy/kivy.git;protocol=https;\ | 10 | git://github.com/kivy/kivy.git;protocol=https;branch=master \ |
11 | " | 11 | " |
12 | 12 | ||
13 | # Kivy's setup files only look for GLES libraries for Android, iOS, RPi, | 13 | # Kivy's setup files only look for GLES libraries for Android, iOS, RPi, |