summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/libva
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/libva
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/libva')
-rw-r--r--recipes-graphics/libva/libva-intel-utils_2.13.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/libva/libva-intel-utils_2.13.0.bb b/recipes-graphics/libva/libva-intel-utils_2.13.0.bb
index 47f7f0ed..7accee5f 100644
--- a/recipes-graphics/libva/libva-intel-utils_2.13.0.bb
+++ b/recipes-graphics/libva/libva-intel-utils_2.13.0.bb
@@ -14,7 +14,7 @@ SECTION = "x11"
14LICENSE = "MIT" 14LICENSE = "MIT"
15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" 15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
16 16
17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.13-branch" 17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.13-branch;protocol=https"
18SRCREV = "7bad184b2cf2ffaf4fb3cc71d4df63d7b142d592" 18SRCREV = "7bad184b2cf2ffaf4fb3cc71d4df63d7b142d592"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20