From 94837c7212b5be5dc73310d91d427e8616ef84f7 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 1 Nov 2022 16:23:19 +0800 Subject: vc-intrinsics: add nobranch=1 in SRC_URI Upstream has force pushed master and the commit we were fetching is no longer present on that branch. Remove the branch parameter and switch to using nobranch to continue using that commit. Signed-off-by: Anuj Mittal --- .../clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_0.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_0.1.0.bb b/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_0.1.0.bb index dfdb4450..87cb1c1c 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_0.1.0.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_0.1.0.bb @@ -6,7 +6,7 @@ targeting GPU" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=7;md5=3b2db19c3b0877bb312b7adbcb815adc" -SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https;branch=master \ +SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https;nobranch=1 \ " SRCREV = "99ac111c2604a47d865bd4d7996be8cfaf2af146" -- cgit v1.2.3-54-g00ecf