summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-03 07:23:40 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-03 12:35:28 +0800
commite4d0c52cba29298b32f97651412a7b28130d8beb (patch)
treeb8d0027f7088e0d585df10d624d739ef4dfc78b2 /recipes-graphics/gmmlib
parentb8e0ee50ecb6560d9e9d18d8fbcfa82a730a85af (diff)
downloadmeta-intel-e4d0c52cba29298b32f97651412a7b28130d8beb.tar.gz
meta: add explicit branch and protocol to SRC_URI
Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_21.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_21.3.1.bb b/recipes-graphics/gmmlib/gmmlib_21.3.1.bb
index 930127ee..9572ddc7 100644
--- a/recipes-graphics/gmmlib/gmmlib_21.3.1.bb
+++ b/recipes-graphics/gmmlib/gmmlib_21.3.1.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654" 7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654"
8 8
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/intel/gmmlib.git;protocol=https \ 10 git://github.com/intel/gmmlib.git;protocol=https;branch=master \
11 " 11 "
12 12
13SRCREV = "1c975c52634172376b49f2983d4d0fd7049302f9" 13SRCREV = "1c975c52634172376b49f2983d4d0fd7049302f9"