summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb
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 /dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb
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 'dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb
index 41897a21..568e4bba 100644
--- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb
+++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb
@@ -14,7 +14,7 @@ inherit pkgconfig cmake ptest
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16SRCREV = "a08d38538efbc70e79ce138ce4ed31b982b5ce42" 16SRCREV = "a08d38538efbc70e79ce138ce4ed31b982b5ce42"
17SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.4 \ 17SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.4;protocol=https \
18 file://run-ptest \ 18 file://run-ptest \
19 " 19 "
20 20