From 72ae082b21c7df52bd33f5313596ed77edb4ae06 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 Nov 2021 06:30:48 -0700 Subject: python3-kivy: Use branch parameter in SRC_URI Signed-off-by: Khem Raj (cherry picked from commit 671f9d7b2d06d3bfa4b3c7d34da9473b05bcf5f4) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb') 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" inherit setuptools3 pkgconfig features_check SRC_URI = "\ - git://github.com/kivy/kivy.git;protocol=https;\ + git://github.com/kivy/kivy.git;protocol=https;branch=master \ " # Kivy's setup files only look for GLES libraries for Android, iOS, RPi, -- cgit 1.2.3-korg