summaryrefslogtreecommitdiffstats
path: root/recipes-support/isa-l
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-support/isa-l
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-support/isa-l')
-rw-r--r--recipes-support/isa-l/isa-l_2.30.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/isa-l/isa-l_2.30.0.bb b/recipes-support/isa-l/isa-l_2.30.0.bb
index f06fd0b7..3a4cea14 100644
--- a/recipes-support/isa-l/isa-l_2.30.0.bb
+++ b/recipes-support/isa-l/isa-l_2.30.0.bb
@@ -9,7 +9,7 @@ inherit autotools pkgconfig
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11SRCREV = "2df39cf5f1b9ccaa2973f6ef273857e4dc46f0cf" 11SRCREV = "2df39cf5f1b9ccaa2973f6ef273857e4dc46f0cf"
12SRC_URI = "git://github.com/intel/isa-l.git" 12SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"
13 13
14DEPENDS = "nasm-native" 14DEPENDS = "nasm-native"
15AS[unexport] = "1" 15AS[unexport] = "1"